Searched refs:btrfs_fs_devices (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | sysfs.h | 85 int btrfs_sysfs_add_device_link(struct btrfs_fs_devices *fs_devices, 87 int btrfs_sysfs_rm_device_link(struct btrfs_fs_devices *fs_devices, 89 int btrfs_sysfs_add_fsid(struct btrfs_fs_devices *fs_devs, 91 int btrfs_sysfs_add_device(struct btrfs_fs_devices *fs_devs); 92 void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs);
|
D | check-integrity.h | 33 struct btrfs_fs_devices *fs_devices, 36 struct btrfs_fs_devices *fs_devices);
|
D | volumes.h | 53 struct btrfs_fs_devices *fs_devices; 222 struct btrfs_fs_devices { struct 247 struct btrfs_fs_devices *seed; argument 442 int btrfs_open_devices(struct btrfs_fs_devices *fs_devices, 445 struct btrfs_fs_devices **fs_devices_ret); 446 int btrfs_close_devices(struct btrfs_fs_devices *fs_devices); 447 void btrfs_close_extra_devices(struct btrfs_fs_devices *fs_devices, int step);
|
D | sysfs.c | 36 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj); 442 struct btrfs_fs_devices *fs_devs = to_fs_devs(kobj); in btrfs_release_fsid_kobj() 453 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj) in to_fs_devs() 457 return container_of(kobj, struct btrfs_fs_devices, fsid_kobj); in to_fs_devs() 518 static void __btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in __btrfs_sysfs_remove_fsid() 534 void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_remove_fsid() 640 int btrfs_sysfs_rm_device_link(struct btrfs_fs_devices *fs_devices, in btrfs_sysfs_rm_device_link() 674 int btrfs_sysfs_add_device(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_add_device() 686 int btrfs_sysfs_add_device_link(struct btrfs_fs_devices *fs_devices, in btrfs_sysfs_add_device_link() 727 int btrfs_sysfs_add_fsid(struct btrfs_fs_devices *fs_devs, in btrfs_sysfs_add_fsid() [all …]
|
D | disk-io.h | 45 struct btrfs_fs_devices; 57 struct btrfs_fs_devices *fs_devices,
|
D | volumes.c | 136 static struct btrfs_fs_devices *__alloc_fs_devices(void) in __alloc_fs_devices() 138 struct btrfs_fs_devices *fs_devs; in __alloc_fs_devices() 163 static struct btrfs_fs_devices *alloc_fs_devices(const u8 *fsid) in alloc_fs_devices() 165 struct btrfs_fs_devices *fs_devs; in alloc_fs_devices() 179 static void free_fs_devices(struct btrfs_fs_devices *fs_devices) in free_fs_devices() 208 struct btrfs_fs_devices *fs_devices; in btrfs_cleanup_fs_uuids() 212 struct btrfs_fs_devices, list); in btrfs_cleanup_fs_uuids() 256 static noinline struct btrfs_fs_devices *find_fsid(u8 *fsid) in find_fsid() 258 struct btrfs_fs_devices *fs_devices; in find_fsid() 530 struct btrfs_fs_devices *fs_devs; in btrfs_free_stale_device() [all …]
|
D | super.c | 771 struct btrfs_fs_devices **fs_devices) in btrfs_parse_early_options() 1024 struct btrfs_fs_devices *fs_devices, in btrfs_fill_super() 1436 struct btrfs_fs_devices *fs_devices = NULL; in btrfs_mount() 1797 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_calc_avail_data_space() 2096 struct btrfs_fs_devices *fs_devices; in btrfs_control_ioctl() 2142 struct btrfs_fs_devices *cur_devices; in btrfs_show_devname()
|
D | reada.c | 760 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in __reada_start_machine() 810 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in dump_devs()
|
D | check-integrity.c | 303 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()
|
D | disk-io.c | 518 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in check_tree_block_fsid() 2283 struct btrfs_fs_devices *fs_devices) in btrfs_init_workqueues() 2363 struct btrfs_fs_devices *fs_devices) in btrfs_replay_log() 2472 struct btrfs_fs_devices *fs_devices, in open_ctree()
|
D | ctree.h | 1418 struct btrfs_fs_devices; 1666 struct btrfs_fs_devices *fs_devices;
|
D | ioctl.c | 2710 struct btrfs_fs_devices *fs_devices = root->fs_info->fs_devices; in btrfs_ioctl_fs_info() 2742 struct btrfs_fs_devices *fs_devices = root->fs_info->fs_devices; in btrfs_ioctl_dev_info()
|
D | scrub.c | 1524 struct btrfs_fs_devices *fs_devices = spage->dev->fs_devices; in scrub_check_fsid()
|
D | extent-tree.c | 9312 struct btrfs_fs_devices *fs_devices = root->fs_info->fs_devices; in btrfs_can_relocate()
|
/linux-4.4.14/fs/btrfs/tests/ |
D | btrfs-tests.c | 86 fs_info->fs_devices = kzalloc(sizeof(struct btrfs_fs_devices), in btrfs_alloc_dummy_fs_info()
|