Searched refs:btrfs_fs_devices (Results 1 – 13 of 13) sorted by relevance
/linux/fs/btrfs/ |
H A D | sysfs.h | 12 struct btrfs_fs_devices; 28 int btrfs_sysfs_add_fsid(struct btrfs_fs_devices *fs_devs); 29 void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs); 30 void btrfs_sysfs_update_sprout_fsid(struct btrfs_fs_devices *fs_devices);
|
H A D | volumes.h | 104 struct btrfs_fs_devices; 110 struct btrfs_fs_devices *fs_devices; 328 struct btrfs_fs_devices { struct 695 int btrfs_open_devices(struct btrfs_fs_devices *fs_devices, 700 void btrfs_close_devices(struct btrfs_fs_devices *fs_devices); 701 void btrfs_free_extra_devids(struct btrfs_fs_devices *fs_devices); 721 struct btrfs_device *btrfs_find_device(const struct btrfs_fs_devices *fs_devices,
|
H A D | volumes.c | 379 static struct btrfs_fs_devices *alloc_fs_devices(const u8 *fsid) in alloc_fs_devices() 381 struct btrfs_fs_devices *fs_devs; in alloc_fs_devices() 411 static void free_fs_devices(struct btrfs_fs_devices *fs_devices) in free_fs_devices() 427 struct btrfs_fs_devices *fs_devices; in btrfs_cleanup_fs_uuids() 431 struct btrfs_fs_devices, fs_list); in btrfs_cleanup_fs_uuids() 437 static bool match_fsid_fs_devices(const struct btrfs_fs_devices *fs_devices, in match_fsid_fs_devices() 452 static noinline struct btrfs_fs_devices *find_fsid( in find_fsid() 455 struct btrfs_fs_devices *fs_devices; in find_fsid() 525 struct btrfs_fs_devices *fs_devices, *tmp_fs_devices; in btrfs_free_stale_devices() 572 static struct btrfs_fs_devices *find_fsid_by_device( in find_fsid_by_device() [all …]
|
H A D | sysfs.c | 102 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj); 1313 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_read_policy_show() 1338 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_read_policy_store() 1397 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_offload_csum_show() 1416 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_offload_csum_store() 1461 struct btrfs_fs_devices *fs_devs = to_fs_devs(kobj); in btrfs_release_fsid_kobj() 1472 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj) in to_fs_devs() 1476 return container_of(kobj, struct btrfs_fs_devices, fsid_kobj); in to_fs_devs() 1553 static void __btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in __btrfs_sysfs_remove_fsid() 1575 void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_remove_fsid() [all …]
|
H A D | zoned.h | 27 struct btrfs_fs_devices; 85 bool btrfs_can_activate_zone(struct btrfs_fs_devices *fs_devices, u64 flags); 229 static inline bool btrfs_can_activate_zone(struct btrfs_fs_devices *fs_devices, in btrfs_can_activate_zone()
|
H A D | fs.h | 42 struct btrfs_fs_devices; 646 struct btrfs_fs_devices *fs_devices;
|
H A D | zoned.c | 326 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_get_dev_zone_info_all_devices() 2318 bool btrfs_can_activate_zone(struct btrfs_fs_devices *fs_devices, u64 flags) in btrfs_can_activate_zone() 2437 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_free_zone_cache() 2455 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_zoned_should_reclaim() 2609 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_check_active_zone_reservation()
|
H A D | dev-replace.c | 245 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_init_dev_replace_tgtdev() 874 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_dev_replace_finishing()
|
H A D | super.c | 948 struct btrfs_fs_devices *fs_devices) in btrfs_fill_super() 1599 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_calc_avail_data_space() 1833 struct btrfs_fs_devices *fs_devices = NULL; in btrfs_get_tree_super()
|
H A D | bio.c | 594 struct btrfs_fs_devices *fs_devices = bbio->fs_info->fs_devices; in should_async_write()
|
H A D | disk-io.c | 337 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices, *seed_devs; in check_tree_block_fsid() 2064 struct btrfs_fs_devices *fs_devices) in btrfs_replay_log() 3203 int __cold open_ctree(struct super_block *sb, struct btrfs_fs_devices *fs_devices) in open_ctree()
|
H A D | ioctl.c | 2853 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_ioctl_fs_info()
|
H A D | extent-tree.c | 6476 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_trim_fs()
|