Searched refs:fs_devices (Results 1 – 4 of 4) sorted by relevance
174 return fs_devices; in find_fsid()176 return fs_devices; in find_fsid()199 if (!fs_devices) { in device_list_add()200 fs_devices = kzalloc(sizeof(*fs_devices), GFP_NOFS); in device_list_add()201 if (!fs_devices) in device_list_add()210 memcpy(fs_devices->metadata_uuid, fs_devices->fsid, in device_list_add()240 device->fs_devices = fs_devices; in device_list_add()277 if (!fs_devices) in btrfs_close_devices()288 fs_devices->seed = NULL; in btrfs_close_devices()292 orig = fs_devices; in btrfs_close_devices()[all …]
36 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in check_tree_block() local54 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()77 fs_devices = fs_devices->seed; in check_tree_block()874 struct btrfs_fs_devices **fs_devices) in btrfs_scan_fs_devices() argument955 struct btrfs_fs_devices *fs_devices = NULL; in open_ctree_fs_info() local969 fs_info->fs_devices = fs_devices; in open_ctree_fs_info()971 ret = btrfs_open_devices(fs_devices); in open_ctree_fs_info()[all …]
14 struct btrfs_fs_devices *fs_devices; member187 int btrfs_open_devices(struct btrfs_fs_devices *fs_devices);188 int btrfs_close_devices(struct btrfs_fs_devices *fs_devices);
120 struct btrfs_fs_devices *fs_devices; member
Completed in 11 milliseconds