Home
last modified time | relevance | path

Searched refs:btrfs_fs_devices (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/fs/btrfs/
Dcheck-integrity.h33 struct btrfs_fs_devices *fs_devices,
36 struct btrfs_fs_devices *fs_devices);
Dvolumes.h53 struct btrfs_fs_devices *fs_devices;
222 struct btrfs_fs_devices { struct
247 struct btrfs_fs_devices *seed; argument
427 int btrfs_open_devices(struct btrfs_fs_devices *fs_devices,
430 struct btrfs_fs_devices **fs_devices_ret);
431 int btrfs_close_devices(struct btrfs_fs_devices *fs_devices);
432 void btrfs_close_extra_devices(struct btrfs_fs_devices *fs_devices, int step);
Ddisk-io.h45 struct btrfs_fs_devices;
57 struct btrfs_fs_devices *fs_devices,
Dvolumes.c56 static struct btrfs_fs_devices *__alloc_fs_devices(void) in __alloc_fs_devices()
58 struct btrfs_fs_devices *fs_devs; in __alloc_fs_devices()
83 static struct btrfs_fs_devices *alloc_fs_devices(const u8 *fsid) in alloc_fs_devices()
85 struct btrfs_fs_devices *fs_devs; in alloc_fs_devices()
99 static void free_fs_devices(struct btrfs_fs_devices *fs_devices) in free_fs_devices()
128 struct btrfs_fs_devices *fs_devices; in btrfs_cleanup_fs_uuids()
132 struct btrfs_fs_devices, list); in btrfs_cleanup_fs_uuids()
176 static noinline struct btrfs_fs_devices *find_fsid(u8 *fsid) in find_fsid()
178 struct btrfs_fs_devices *fs_devices; in find_fsid()
455 u64 devid, struct btrfs_fs_devices **fs_devices_ret) in device_list_add()
[all …]
Dsuper.c769 struct btrfs_fs_devices **fs_devices) in btrfs_parse_early_options()
937 struct btrfs_fs_devices *fs_devices, in btrfs_fill_super()
1307 struct btrfs_fs_devices *fs_devices = NULL; in btrfs_mount()
1663 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_calc_avail_data_space()
1962 struct btrfs_fs_devices *fs_devices; in btrfs_control_ioctl()
2008 struct btrfs_fs_devices *cur_devices; in btrfs_show_devname()
Dreada.c758 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in __reada_start_machine()
808 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in dump_devs()
Dcheck-integrity.c303 struct btrfs_fs_devices *fs_devices);
657 struct btrfs_fs_devices *fs_devices) in btrfsic_process_superblock()
3074 struct btrfs_fs_devices *fs_devices, in btrfsic_mount()
3166 struct btrfs_fs_devices *fs_devices) in btrfsic_unmount()
Dsysfs.c629 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_kobj_add_device()
Ddisk-io.c518 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in check_tree_block_fsid()
2237 struct btrfs_fs_devices *fs_devices) in btrfs_init_workqueues()
2317 struct btrfs_fs_devices *fs_devices) in btrfs_replay_log()
2423 struct btrfs_fs_devices *fs_devices, in open_ctree()
Dctree.h1384 struct btrfs_fs_devices;
1641 struct btrfs_fs_devices *fs_devices;
Dioctl.c2684 struct btrfs_fs_devices *fs_devices = root->fs_info->fs_devices; in btrfs_ioctl_fs_info()
2716 struct btrfs_fs_devices *fs_devices = root->fs_info->fs_devices; in btrfs_ioctl_dev_info()
Dscrub.c1534 struct btrfs_fs_devices *fs_devices = spage->dev->fs_devices; in scrub_check_fsid()
Dextent-tree.c8957 struct btrfs_fs_devices *fs_devices = root->fs_info->fs_devices; in btrfs_can_relocate()
/linux-4.1.27/fs/btrfs/tests/
Dbtrfs-tests.c86 fs_info->fs_devices = kzalloc(sizeof(struct btrfs_fs_devices), in btrfs_alloc_dummy_fs_info()