Home
last modified time | relevance | path

Searched refs:btrfs_scan_one_device (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/btrfs/
Dsuper.c313 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()
Dvolumes.h697 struct btrfs_device *btrfs_scan_one_device(const char *path, blk_mode_t flags,
Dvolumes.c1379 struct btrfs_device *btrfs_scan_one_device(const char *path, blk_mode_t flags, in btrfs_scan_one_device() function