Searched refs:btrfs_scan_one_device (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | super.c | 1060 device = btrfs_scan_one_device(device_name, flags, in btrfs_parse_device_options() 1659 device = btrfs_scan_one_device(device_name, mode, fs_type); in btrfs_mount_root() 2348 device = btrfs_scan_one_device(vol->name, FMODE_READ, in btrfs_control_ioctl() 2358 device = btrfs_scan_one_device(vol->name, FMODE_READ, in btrfs_control_ioctl()
|
H A D | volumes.h | 436 struct btrfs_device *btrfs_scan_one_device(const char *path,
|
H A D | volumes.c | 1404 struct btrfs_device *btrfs_scan_one_device(const char *path, fmode_t flags, in btrfs_scan_one_device() function
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | super.c | 895 device = btrfs_scan_one_device(device_name, flags); in btrfs_parse_device_options() 1490 device = btrfs_scan_one_device(device_name, mode); in btrfs_mount_root() 2202 device = btrfs_scan_one_device(vol->name, BLK_OPEN_READ); in btrfs_control_ioctl() 2216 device = btrfs_scan_one_device(vol->name, BLK_OPEN_READ); in btrfs_control_ioctl()
|
H A D | volumes.h | 614 struct btrfs_device *btrfs_scan_one_device(const char *path, blk_mode_t flags);
|
H A D | volumes.c | 1361 struct btrfs_device *btrfs_scan_one_device(const char *path, blk_mode_t flags) in btrfs_scan_one_device() function
|
Completed in 24 milliseconds