Searched refs:btrfs_scan_one_device (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/btrfs/ |
D | super.c | 313 device = btrfs_scan_one_device(param->string, mode, false); in btrfs_parse_param() 1849 device = btrfs_scan_one_device(fc->source, mode, true); in btrfs_get_tree_super() 2238 device = btrfs_scan_one_device(vol->name, BLK_OPEN_READ, false); in btrfs_control_ioctl() 2256 device = btrfs_scan_one_device(vol->name, BLK_OPEN_READ, false); in btrfs_control_ioctl()
|
D | volumes.h | 697 struct btrfs_device *btrfs_scan_one_device(const char *path, blk_mode_t flags,
|
D | volumes.c | 1379 struct btrfs_device *btrfs_scan_one_device(const char *path, blk_mode_t flags, in btrfs_scan_one_device() function
|