Searched refs:btrfs_fs_devices (Results 1 – 17 of 17) sorted by relevance
/linux-6.1.9/fs/btrfs/ |
D | sysfs.h | 19 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);
|
D | check-integrity.h | 16 struct btrfs_fs_devices *fs_devices, 18 void btrfsic_unmount(struct btrfs_fs_devices *fs_devices);
|
D | volumes.h | 95 struct btrfs_fs_devices *fs_devices; 290 struct btrfs_fs_devices { struct 626 int btrfs_open_devices(struct btrfs_fs_devices *fs_devices, 631 void btrfs_close_devices(struct btrfs_fs_devices *fs_devices); 632 void btrfs_free_extra_devids(struct btrfs_fs_devices *fs_devices); 653 struct btrfs_device *btrfs_find_device(const struct btrfs_fs_devices *fs_devices,
|
D | volumes.c | 373 static struct btrfs_fs_devices *alloc_fs_devices(const u8 *fsid, in alloc_fs_devices() 376 struct btrfs_fs_devices *fs_devs; in alloc_fs_devices() 408 static void free_fs_devices(struct btrfs_fs_devices *fs_devices) in free_fs_devices() 423 struct btrfs_fs_devices *fs_devices; in btrfs_cleanup_fs_uuids() 427 struct btrfs_fs_devices, fs_list); in btrfs_cleanup_fs_uuids() 433 static noinline struct btrfs_fs_devices *find_fsid( in find_fsid() 436 struct btrfs_fs_devices *fs_devices; in find_fsid() 455 static struct btrfs_fs_devices *find_fsid_with_metadata_uuid( in find_fsid_with_metadata_uuid() 459 struct btrfs_fs_devices *fs_devices; in find_fsid_with_metadata_uuid() 547 struct btrfs_fs_devices *fs_devices, *tmp_fs_devices; in btrfs_free_stale_devices() [all …]
|
D | sysfs.c | 99 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj); 1157 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_read_policy_show() 1181 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_read_policy_store() 1254 struct btrfs_fs_devices *fs_devs = to_fs_devs(kobj); in btrfs_release_fsid_kobj() 1265 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj) in to_fs_devs() 1269 return container_of(kobj, struct btrfs_fs_devices, fsid_kobj); in to_fs_devs() 1346 static void __btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in __btrfs_sysfs_remove_fsid() 1368 void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_remove_fsid() 1382 static void btrfs_sysfs_remove_fs_devices(struct btrfs_fs_devices *fs_devices) in btrfs_sysfs_remove_fs_devices() 1385 struct btrfs_fs_devices *seed; in btrfs_sysfs_remove_fs_devices() [all …]
|
D | disk-io.h | 29 struct btrfs_fs_devices; 48 struct btrfs_fs_devices *fs_devices,
|
D | zoned.h | 74 bool btrfs_can_activate_zone(struct btrfs_fs_devices *fs_devices, u64 flags); 243 static inline bool btrfs_can_activate_zone(struct btrfs_fs_devices *fs_devices, in btrfs_can_activate_zone()
|
D | zoned.c | 328 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_get_dev_zone_info_all_devices() 2085 bool btrfs_can_activate_zone(struct btrfs_fs_devices *fs_devices, u64 flags) in btrfs_can_activate_zone() 2187 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_free_zone_cache() 2205 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_zoned_should_reclaim()
|
D | dev-replace.c | 246 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_init_dev_replace_tgtdev() 853 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_dev_replace_finishing()
|
D | super.c | 1432 struct btrfs_fs_devices *fs_devices, in btrfs_fill_super() 1745 struct btrfs_fs_devices *fs_devices = NULL; in btrfs_mount_root() 2214 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_calc_avail_data_space()
|
D | check-integrity.c | 571 struct btrfs_fs_devices *fs_devices) in btrfsic_process_superblock() 2725 struct btrfs_fs_devices *fs_devices, in btrfsic_mount() 2797 void btrfsic_unmount(struct btrfs_fs_devices *fs_devices) in btrfsic_unmount()
|
D | disk-io.c | 438 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices, *seed_devs; in check_tree_block_fsid() 2357 struct btrfs_fs_devices *fs_devices) in btrfs_replay_log() 3411 int __cold open_ctree(struct super_block *sb, struct btrfs_fs_devices *fs_devices, in open_ctree()
|
D | ctree.h | 53 struct btrfs_fs_devices; 860 struct btrfs_fs_devices *fs_devices;
|
D | scrub.c | 1664 struct btrfs_fs_devices *fs_devices = sector->sblock->dev->fs_devices; in scrub_check_fsid()
|
D | ioctl.c | 3677 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_ioctl_fs_info()
|
D | extent-tree.c | 6140 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_trim_fs()
|
/linux-6.1.9/fs/btrfs/tests/ |
D | btrfs-tests.c | 124 fs_info->fs_devices = kzalloc(sizeof(struct btrfs_fs_devices), in btrfs_alloc_dummy_fs_info()
|