Searched refs:btrfs_fs_devices (Results 1 – 17 of 17) sorted by relevance
/linux/fs/btrfs/ |
A D | sysfs.h | 19 int btrfs_sysfs_add_fsid(struct btrfs_fs_devices *fs_devs); 20 void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs); 21 void btrfs_sysfs_update_sprout_fsid(struct btrfs_fs_devices *fs_devices);
|
A D | check-integrity.h | 18 struct btrfs_fs_devices *fs_devices, 20 void btrfsic_unmount(struct btrfs_fs_devices *fs_devices);
|
A D | volumes.h | 61 struct btrfs_fs_devices *fs_devices; 233 struct btrfs_fs_devices { struct 511 int btrfs_open_devices(struct btrfs_fs_devices *fs_devices, 516 void btrfs_close_devices(struct btrfs_fs_devices *fs_devices); 517 void btrfs_free_extra_devids(struct btrfs_fs_devices *fs_devices); 538 struct btrfs_device *btrfs_find_device(const struct btrfs_fs_devices *fs_devices,
|
A D | sysfs.c | 94 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj); 978 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_read_policy_show() 1002 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_read_policy_store() 1077 struct btrfs_fs_devices *fs_devs = to_fs_devs(kobj); in btrfs_release_fsid_kobj() 1092 return container_of(kobj, struct btrfs_fs_devices, fsid_kobj); in to_fs_devs() 1176 void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_remove_fsid() 1193 struct btrfs_fs_devices *seed; in btrfs_sysfs_remove_fs_devices() 1648 struct btrfs_fs_devices *seed; in btrfs_sysfs_add_fs_devices() 1718 int btrfs_sysfs_add_fsid(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_add_fsid() 1755 struct btrfs_fs_devices *fs_devs = fs_info->fs_devices; in btrfs_sysfs_add_mounted() [all …]
|
A D | volumes.c | 376 struct btrfs_fs_devices *fs_devs; in alloc_fs_devices() 424 struct btrfs_fs_devices *fs_devices; in btrfs_cleanup_fs_uuids() 437 struct btrfs_fs_devices *fs_devices; in find_fsid() 460 struct btrfs_fs_devices *fs_devices; in find_fsid_with_metadata_uuid() 689 struct btrfs_fs_devices *fs_devices; in find_fsid_inprogress() 707 struct btrfs_fs_devices *fs_devices; in find_fsid_changed() 742 struct btrfs_fs_devices *fs_devices; in find_fsid_reverted_metadata() 991 static struct btrfs_fs_devices *clone_fs_devices(struct btrfs_fs_devices *orig) in clone_fs_devices() 993 struct btrfs_fs_devices *fs_devices; in clone_fs_devices() 1091 struct btrfs_fs_devices *seed_dev; in btrfs_free_extra_devids() [all …]
|
A D | disk-io.h | 36 struct btrfs_fs_devices; 53 struct btrfs_fs_devices *fs_devices,
|
A D | zoned.h | 74 bool btrfs_can_activate_zone(struct btrfs_fs_devices *fs_devices, 224 static inline bool btrfs_can_activate_zone(struct btrfs_fs_devices *fs_devices, in btrfs_can_activate_zone()
|
A D | reada.c | 790 static int reada_start_for_fsdevs(struct btrfs_fs_devices *fs_devices) in reada_start_for_fsdevs() 811 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices, *seed_devs; in __reada_start_machine() 860 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in dump_devs()
|
A D | zoned.c | 289 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_get_dev_zone_info_all_devices() 580 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_check_zoned_mode() 1887 bool btrfs_can_activate_zone(struct btrfs_fs_devices *fs_devices, int raid_index) in btrfs_can_activate_zone()
|
A D | super.c | 1330 struct btrfs_fs_devices *fs_devices, in btrfs_fill_super() 1644 struct btrfs_fs_devices *fs_devices = NULL; in btrfs_mount_root() 2113 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_calc_avail_data_space()
|
A D | check-integrity.c | 572 struct btrfs_fs_devices *fs_devices) in btrfsic_process_superblock() 2736 struct btrfs_fs_devices *fs_devices, in btrfsic_mount() 2808 void btrfsic_unmount(struct btrfs_fs_devices *fs_devices) in btrfsic_unmount()
|
A D | disk-io.c | 537 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices, *seed_devs; in check_tree_block_fsid() 2295 struct btrfs_fs_devices *fs_devices) in btrfs_init_workqueues() 2387 struct btrfs_fs_devices *fs_devices) in btrfs_replay_log() 3198 int __cold open_ctree(struct super_block *sb, struct btrfs_fs_devices *fs_devices, in open_ctree()
|
A D | ctree.h | 524 struct btrfs_fs_devices; 844 struct btrfs_fs_devices *fs_devices;
|
A D | scrub.c | 1504 struct btrfs_fs_devices *fs_devices = spage->dev->fs_devices; in scrub_check_fsid()
|
A D | ioctl.c | 3297 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_ioctl_fs_info()
|
A D | extent-tree.c | 6041 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_trim_fs()
|
/linux/fs/btrfs/tests/ |
A D | btrfs-tests.c | 123 fs_info->fs_devices = kzalloc(sizeof(struct btrfs_fs_devices), in btrfs_alloc_dummy_fs_info()
|
Completed in 91 milliseconds