Searched refs:btrfs_fs_devices (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | volumes.h | 120 struct btrfs_fs_devices; 126 struct btrfs_fs_devices *fs_devices; 341 struct btrfs_fs_devices { struct 748 int btrfs_open_devices(struct btrfs_fs_devices *fs_devices, 752 void btrfs_close_devices(struct btrfs_fs_devices *fs_devices); 754 void btrfs_free_extra_devids(struct btrfs_fs_devices *fs_devices); 774 struct btrfs_device *btrfs_find_device(const struct btrfs_fs_devices *fs_devices, 891 static inline void btrfs_fs_devices_inc_holding(struct btrfs_fs_devices *fs_devices) in btrfs_fs_devices_inc_holding() 898 static inline void btrfs_fs_devices_dec_holding(struct btrfs_fs_devices *fs_devices) in btrfs_fs_devices_dec_holding() 923 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_get_per_profile_avail()
|
| H A D | volumes.c | 382 static struct btrfs_fs_devices *alloc_fs_devices(const u8 *fsid) in alloc_fs_devices() 384 struct btrfs_fs_devices *fs_devs; in alloc_fs_devices() 419 static void free_fs_devices(struct btrfs_fs_devices *fs_devices) in free_fs_devices() 436 struct btrfs_fs_devices *fs_devices; in btrfs_cleanup_fs_uuids() 439 fs_devices = list_first_entry(&fs_uuids, struct btrfs_fs_devices, in btrfs_cleanup_fs_uuids() 446 static bool match_fsid_fs_devices(const struct btrfs_fs_devices *fs_devices, in match_fsid_fs_devices() 461 static noinline struct btrfs_fs_devices *find_fsid( in find_fsid() 464 struct btrfs_fs_devices *fs_devices; in find_fsid() 542 struct btrfs_fs_devices *fs_devices, *tmp_fs_devices; in btrfs_free_stale_devices() 589 static struct btrfs_fs_devices *find_fsid_by_device( in find_fsid_by_device() [all …]
|
| H A D | disk-io.h | 20 struct btrfs_fs_devices; 58 int __cold open_ctree(struct super_block *sb, struct btrfs_fs_devices *fs_devices);
|
| 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; 748 struct btrfs_fs_devices *fs_devices;
|
| H A D | zoned.c | 334 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_get_dev_zone_info_all_devices() 2662 bool btrfs_can_activate_zone(struct btrfs_fs_devices *fs_devices, u64 flags) in btrfs_can_activate_zone() 2881 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_free_zone_cache() 2899 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_zoned_should_reclaim() 3051 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_check_active_zone_reservation()
|
| H A D | super.c | 950 struct btrfs_fs_devices *fs_devices) in btrfs_fill_super() 1607 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_calc_avail_data_space() 1865 struct btrfs_fs_devices *fs_devices = NULL; in btrfs_get_tree_super()
|
| H A D | disk-io.c | 335 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices, *seed_devs; in check_tree_block_fsid() 2029 struct btrfs_fs_devices *fs_devices) in btrfs_replay_log() 3366 int __cold open_ctree(struct super_block *sb, struct btrfs_fs_devices *fs_devices) in open_ctree()
|
| H A D | ioctl.c | 2691 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_ioctl_fs_info()
|
| H A D | extent-tree.c | 6732 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_trim_free_extents()
|
| /linux/fs/btrfs/tests/ |
| 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()
|