Searched refs:btrfs_fs_devices (Results 1 – 15 of 15) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | sysfs.h | 13 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 D | volumes.h | 120 struct btrfs_fs_devices; 126 struct btrfs_fs_devices *fs_devices; 341 struct btrfs_fs_devices { struct 742 int btrfs_open_devices(struct btrfs_fs_devices *fs_devices, 746 void btrfs_close_devices(struct btrfs_fs_devices *fs_devices); 747 void btrfs_free_extra_devids(struct btrfs_fs_devices *fs_devices); 767 struct btrfs_device *btrfs_find_device(const struct btrfs_fs_devices *fs_devices, 880 static inline void btrfs_fs_devices_inc_holding(struct btrfs_fs_devices *fs_devices) in btrfs_fs_devices_inc_holding() 887 static inline void btrfs_fs_devices_dec_holding(struct btrfs_fs_devices *fs_devices) in btrfs_fs_devices_dec_holding() 912 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_get_per_profile_avail()
|
| H A D | volumes.c | 381 static struct btrfs_fs_devices *alloc_fs_devices(const u8 *fsid) in alloc_fs_devices() 383 struct btrfs_fs_devices *fs_devs; in alloc_fs_devices() 418 static void free_fs_devices(struct btrfs_fs_devices *fs_devices) in free_fs_devices() 435 struct btrfs_fs_devices *fs_devices; in btrfs_cleanup_fs_uuids() 438 fs_devices = list_first_entry(&fs_uuids, struct btrfs_fs_devices, in btrfs_cleanup_fs_uuids() 445 static bool match_fsid_fs_devices(const struct btrfs_fs_devices *fs_devices, in match_fsid_fs_devices() 460 static noinline struct btrfs_fs_devices *find_fsid( in find_fsid() 463 struct btrfs_fs_devices *fs_devices; in find_fsid() 533 struct btrfs_fs_devices *fs_devices, *tmp_fs_devices; in btrfs_free_stale_devices() 580 static struct btrfs_fs_devices *find_fsid_by_device( in find_fsid_by_device() [all …]
|
| H A D | disk-io.h | 19 struct btrfs_fs_devices; 56 int __cold open_ctree(struct super_block *sb, struct btrfs_fs_devices *fs_devices);
|
| H A D | zoned.h | 27 struct btrfs_fs_devices; 85 bool btrfs_can_activate_zone(struct btrfs_fs_devices *fs_devices, u64 flags); 241 static inline bool btrfs_can_activate_zone(struct btrfs_fs_devices *fs_devices, in btrfs_can_activate_zone()
|
| H A D | sysfs.c | 102 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj); 1394 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_read_policy_show() 1430 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_read_policy_store() 1568 struct btrfs_fs_devices *fs_devs = to_fs_devs(kobj); in btrfs_release_fsid_kobj() 1579 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj) in to_fs_devs() 1583 return container_of(kobj, struct btrfs_fs_devices, fsid_kobj); in to_fs_devs() 1660 static void __btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in __btrfs_sysfs_remove_fsid() 1682 void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_remove_fsid() 1696 static void btrfs_sysfs_remove_fs_devices(struct btrfs_fs_devices *fs_devices) in btrfs_sysfs_remove_fs_devices() 1699 struct btrfs_fs_devices *seed; in btrfs_sysfs_remove_fs_devices() [all …]
|
| H A D | fs.h | 46 struct btrfs_fs_devices; 736 struct btrfs_fs_devices *fs_devices;
|
| H A D | zoned.c | 332 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_get_dev_zone_info_all_devices() 2632 bool btrfs_can_activate_zone(struct btrfs_fs_devices *fs_devices, u64 flags) in btrfs_can_activate_zone() 2860 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_free_zone_cache() 2878 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_zoned_should_reclaim() 3030 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_check_active_zone_reservation()
|
| H A D | dev-replace.c | 237 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_init_dev_replace_tgtdev() 860 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_dev_replace_finishing()
|
| H A D | super.c | 957 struct btrfs_fs_devices *fs_devices) in btrfs_fill_super() 1612 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_calc_avail_data_space() 1845 struct btrfs_fs_devices *fs_devices = NULL; in btrfs_get_tree_super()
|
| H A D | disk-io.c | 334 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices, *seed_devs; in check_tree_block_fsid() 2004 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 D | ioctl.c | 2646 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_ioctl_fs_info()
|
| H A D | extent-tree.c | 6715 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_trim_free_extents()
|
| /linux/fs/btrfs/tests/ |
| H A D | btrfs-tests.c | 124 fs_info->fs_devices = kzalloc_obj(struct btrfs_fs_devices); in btrfs_alloc_dummy_fs_info()
|
| H A D | raid-stripe-tree-tests.c | 21 static struct btrfs_device *btrfs_device_by_devid(struct btrfs_fs_devices *fs_devices, in btrfs_device_by_devid()
|