Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dsysfs.h19 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 Dcheck-integrity.h18 struct btrfs_fs_devices *fs_devices,
20 void btrfsic_unmount(struct btrfs_fs_devices *fs_devices);
A Dvolumes.h61 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 Dsysfs.c94 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 Dvolumes.c376 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 Ddisk-io.h36 struct btrfs_fs_devices;
53 struct btrfs_fs_devices *fs_devices,
A Dzoned.h74 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 Dreada.c790 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 Dzoned.c289 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 Dsuper.c1330 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 Dcheck-integrity.c572 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 Ddisk-io.c537 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 Dctree.h524 struct btrfs_fs_devices;
844 struct btrfs_fs_devices *fs_devices;
A Dscrub.c1504 struct btrfs_fs_devices *fs_devices = spage->dev->fs_devices; in scrub_check_fsid()
A Dioctl.c3297 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_ioctl_fs_info()
A Dextent-tree.c6041 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_trim_fs()
/linux/fs/btrfs/tests/
A Dbtrfs-tests.c123 fs_info->fs_devices = kzalloc(sizeof(struct btrfs_fs_devices), in btrfs_alloc_dummy_fs_info()

Completed in 91 milliseconds