Lines Matching refs:fs_devices
36 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in check_tree_block() local
54 while (fs_devices) { in check_tree_block()
60 if (fs_devices == fs_info->fs_devices && in check_tree_block()
63 fs_devices->metadata_uuid, in check_tree_block()
68 fs_devices->fsid, in check_tree_block()
76 fs_devices = fs_devices->seed; in check_tree_block()
98 uuid_unparse(fs_info->fs_devices->metadata_uuid, fs_uuid); in print_tree_block_error()
910 struct btrfs_fs_devices **fs_devices) in btrfs_scan_fs_devices() argument
923 ret = btrfs_scan_one_device(desc, part, fs_devices, &total_devs); in btrfs_scan_fs_devices()
995 struct btrfs_fs_devices *fs_devices = NULL; in open_ctree_fs_info() local
1005 ret = btrfs_scan_fs_devices(desc, part, &fs_devices); in open_ctree_fs_info()
1009 fs_info->fs_devices = fs_devices; in open_ctree_fs_info()
1011 ret = btrfs_open_devices(fs_devices); in open_ctree_fs_info()
1027 ASSERT(!memcmp(disk_super->fsid, fs_devices->fsid, BTRFS_FSID_SIZE)); in open_ctree_fs_info()
1030 fs_devices->metadata_uuid, BTRFS_FSID_SIZE)); in open_ctree_fs_info()
1063 btrfs_close_devices(fs_devices); in open_ctree_fs_info()
1076 ret = btrfs_close_devices(fs_info->fs_devices); in close_ctree_fs_info()