Home
last modified time | relevance | path

Searched refs:btrfs_find_device (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/btrfs/
Ddev-replace.c115 dev_replace->srcdev = btrfs_find_device(fs_info, src_devid, in btrfs_init_dev_replace()
117 dev_replace->tgtdev = btrfs_find_device(fs_info, in btrfs_init_dev_replace()
Dvolumes.h429 struct btrfs_device *btrfs_find_device(struct btrfs_fs_info *fs_info, u64 devid,
Dvolumes.c2118 *device = btrfs_find_device(fs_info, devid, dev_uuid, disk_super->fsid); in btrfs_find_device_by_path()
2164 *device = btrfs_find_device(fs_info, devid, NULL, NULL); in btrfs_find_device_by_devspec()
2296 device = btrfs_find_device(fs_info, devid, dev_uuid, fs_uuid); in btrfs_finish_sprout()
6228 struct btrfs_device *btrfs_find_device(struct btrfs_fs_info *fs_info, u64 devid, in btrfs_find_device() function
6487 map->stripes[i].dev = btrfs_find_device(fs_info, devid, in read_one_chunk()
6627 device = btrfs_find_device(fs_info, devid, dev_uuid, fs_uuid); in read_one_dev()
7217 dev = btrfs_find_device(fs_info, stats->devid, NULL, NULL); in btrfs_get_dev_stats()
Dscrub.c3825 dev = btrfs_find_device(fs_info, devid, NULL, NULL); in btrfs_scrub_dev()
3990 dev = btrfs_find_device(fs_info, devid, NULL, NULL); in btrfs_scrub_progress()
Dioctl.c1628 device = btrfs_find_device(fs_info, devid, NULL, NULL); in btrfs_ioctl_resize()
3164 dev = btrfs_find_device(fs_info, di_args->devid, s_uuid, NULL); in btrfs_ioctl_dev_info()