Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dsysfs.h13 struct btrfs_fs_devices;
29 int btrfs_sysfs_add_fsid(struct btrfs_fs_devices *fs_devs);
30 void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs);
31 void btrfs_sysfs_update_sprout_fsid(struct btrfs_fs_devices *fs_devices);
H A Dvolumes.h108 struct btrfs_fs_devices;
114 struct btrfs_fs_devices *fs_devices;
341 struct btrfs_fs_devices { struct
720 int btrfs_open_devices(struct btrfs_fs_devices *fs_devices,
725 void btrfs_close_devices(struct btrfs_fs_devices *fs_devices);
726 void btrfs_free_extra_devids(struct btrfs_fs_devices *fs_devices);
746 struct btrfs_device *btrfs_find_device(const struct btrfs_fs_devices *fs_devices,
H A Dvolumes.c382 struct btrfs_fs_devices *fs_devs; in alloc_fs_devices()
428 struct btrfs_fs_devices *fs_devices; in btrfs_cleanup_fs_uuids()
432 struct btrfs_fs_devices, fs_list); in btrfs_cleanup_fs_uuids()
456 struct btrfs_fs_devices *fs_devices; in find_fsid()
992 static struct btrfs_fs_devices *clone_fs_devices(struct btrfs_fs_devices *orig) in clone_fs_devices()
994 struct btrfs_fs_devices *fs_devices; in clone_fs_devices()
1097 struct btrfs_fs_devices *seed_dev; in btrfs_free_extra_devids()
1196 struct btrfs_fs_devices *tmp; in btrfs_close_devices()
1387 struct btrfs_fs_devices *fs_devices; in btrfs_skip_registration()
2344 struct btrfs_fs_devices *fs_devices; in btrfs_rm_dev_replace_remove_srcdev()
[all …]
H A Ddisk-io.h18 struct btrfs_fs_devices;
55 int __cold open_ctree(struct super_block *sb, struct btrfs_fs_devices *fs_devices);
H A Dzoned.h27 struct btrfs_fs_devices;
85 bool btrfs_can_activate_zone(struct btrfs_fs_devices *fs_devices, u64 flags);
230 static inline bool btrfs_can_activate_zone(struct btrfs_fs_devices *fs_devices, in btrfs_can_activate_zone()
H A Dsysfs.c1381 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_read_policy_show()
1417 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_read_policy_store()
1535 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_offload_csum_show()
1554 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_offload_csum_store()
1599 struct btrfs_fs_devices *fs_devs = to_fs_devs(kobj); in btrfs_release_fsid_kobj()
1614 return container_of(kobj, struct btrfs_fs_devices, fsid_kobj); in to_fs_devs()
1713 void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_remove_fsid()
1730 struct btrfs_fs_devices *seed; in btrfs_sysfs_remove_fs_devices()
2194 struct btrfs_fs_devices *seed; in btrfs_sysfs_add_fs_devices()
2264 int btrfs_sysfs_add_fsid(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_add_fsid()
[all …]
H A Dfs.h42 struct btrfs_fs_devices;
665 struct btrfs_fs_devices *fs_devices;
H A Dzoned.c326 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_get_dev_zone_info_all_devices()
2338 bool btrfs_can_activate_zone(struct btrfs_fs_devices *fs_devices, u64 flags) in btrfs_can_activate_zone()
2460 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_free_zone_cache()
2478 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_zoned_should_reclaim()
2632 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_check_active_zone_reservation()
H A Ddev-replace.c239 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_init_dev_replace_tgtdev()
862 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_dev_replace_finishing()
H A Dsuper.c952 struct btrfs_fs_devices *fs_devices) in btrfs_fill_super()
1602 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_calc_avail_data_space()
1836 struct btrfs_fs_devices *fs_devices = NULL; in btrfs_get_tree_super()
H A Dbio.c594 struct btrfs_fs_devices *fs_devices = bbio->fs_info->fs_devices; in should_async_write()
H A Ddisk-io.c335 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices, *seed_devs; in check_tree_block_fsid()
2061 struct btrfs_fs_devices *fs_devices) in btrfs_replay_log()
3279 int __cold open_ctree(struct super_block *sb, struct btrfs_fs_devices *fs_devices) in open_ctree()
H A Dioctl.c2770 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_ioctl_fs_info()
H A Dextent-tree.c6471 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_trim_fs()
/linux-6.15/fs/btrfs/tests/
H A Dbtrfs-tests.c125 fs_info->fs_devices = kzalloc(sizeof(struct btrfs_fs_devices), in btrfs_alloc_dummy_fs_info()
H A Draid-stripe-tree-tests.c21 static struct btrfs_device *btrfs_device_by_devid(struct btrfs_fs_devices *fs_devices, in btrfs_device_by_devid()