Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dsuper.c892 device = btrfs_scan_one_device(device_name, flags); in btrfs_parse_device_options()
1487 device = btrfs_scan_one_device(device_name, mode); in btrfs_mount_root()
2199 device = btrfs_scan_one_device(vol->name, BLK_OPEN_READ); in btrfs_control_ioctl()
2213 device = btrfs_scan_one_device(vol->name, BLK_OPEN_READ); in btrfs_control_ioctl()
Dvolumes.h614 struct btrfs_device *btrfs_scan_one_device(const char *path, blk_mode_t flags);
Dvolumes.c1361 struct btrfs_device *btrfs_scan_one_device(const char *path, blk_mode_t flags) in btrfs_scan_one_device() function