Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dsuper.c378 device = btrfs_scan_one_device(param->string, false); in btrfs_parse_param()
1858 device = btrfs_scan_one_device(fc->source, true); in btrfs_get_tree_super()
2252 device = btrfs_scan_one_device(vol->name, false); in btrfs_control_ioctl()
2270 device = btrfs_scan_one_device(vol->name, false); in btrfs_control_ioctl()
H A Dvolumes.h739 struct btrfs_device *btrfs_scan_one_device(const char *path, bool mount_arg_dev);
H A Dvolumes.c1452 struct btrfs_device *btrfs_scan_one_device(const char *path, in btrfs_scan_one_device() function