Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dsysfs.h19 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);
Dcheck-integrity.h18 struct btrfs_fs_devices *fs_devices,
20 void btrfsic_unmount(struct btrfs_fs_devices *fs_devices);
Dvolumes.h61 struct btrfs_fs_devices *fs_devices;
233 struct btrfs_fs_devices { struct
458 int btrfs_open_devices(struct btrfs_fs_devices *fs_devices,
463 void btrfs_close_devices(struct btrfs_fs_devices *fs_devices);
464 void btrfs_free_extra_devids(struct btrfs_fs_devices *fs_devices);
481 struct btrfs_device *btrfs_find_device(struct btrfs_fs_devices *fs_devices,
Dsysfs.c94 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj);
981 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_read_policy_show()
1005 struct btrfs_fs_devices *fs_devices = to_fs_devs(kobj); in btrfs_read_policy_store()
1081 struct btrfs_fs_devices *fs_devs = to_fs_devs(kobj); in btrfs_release_fsid_kobj()
1092 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj) in to_fs_devs()
1096 return container_of(kobj, struct btrfs_fs_devices, fsid_kobj); in to_fs_devs()
1158 static void __btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in __btrfs_sysfs_remove_fsid()
1180 void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_remove_fsid()
1194 static void btrfs_sysfs_remove_fs_devices(struct btrfs_fs_devices *fs_devices) in btrfs_sysfs_remove_fs_devices()
1197 struct btrfs_fs_devices *seed; in btrfs_sysfs_remove_fs_devices()
[all …]
Dvolumes.c372 static struct btrfs_fs_devices *alloc_fs_devices(const u8 *fsid, in alloc_fs_devices()
375 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()
557 struct btrfs_fs_devices *fs_devices, *tmp_fs_devices; in btrfs_free_stale_devices()
[all …]
Ddisk-io.h39 struct btrfs_fs_devices;
56 struct btrfs_fs_devices *fs_devices,
Dreada.c790 static int reada_start_for_fsdevs(struct btrfs_fs_devices *fs_devices) in reada_start_for_fsdevs()
811 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices, *seed_devs; in __reada_start_machine()
860 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in dump_devs()
Dsuper.c1330 struct btrfs_fs_devices *fs_devices, in btrfs_fill_super()
1644 struct btrfs_fs_devices *fs_devices = NULL; in btrfs_mount_root()
2113 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_calc_avail_data_space()
Dzoned.c271 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_get_dev_zone_info_all_devices()
517 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_check_zoned_mode()
Dcheck-integrity.c574 struct btrfs_fs_devices *fs_devices) in btrfsic_process_superblock()
2713 struct btrfs_fs_devices *fs_devices, in btrfsic_mount()
2790 void btrfsic_unmount(struct btrfs_fs_devices *fs_devices) in btrfsic_unmount()
Ddisk-io.c537 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices, *seed_devs; in check_tree_block_fsid()
2287 struct btrfs_fs_devices *fs_devices) in btrfs_init_workqueues()
2379 struct btrfs_fs_devices *fs_devices) in btrfs_replay_log()
3188 int __cold open_ctree(struct super_block *sb, struct btrfs_fs_devices *fs_devices, in open_ctree()
Dctree.h516 struct btrfs_fs_devices;
836 struct btrfs_fs_devices *fs_devices;
Dscrub.c1505 struct btrfs_fs_devices *fs_devices = spage->dev->fs_devices; in scrub_check_fsid()
Dioctl.c3330 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_ioctl_fs_info()
Dextent-tree.c5954 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_trim_fs()
/Linux-v5.15/fs/btrfs/tests/
Dbtrfs-tests.c123 fs_info->fs_devices = kzalloc(sizeof(struct btrfs_fs_devices), in btrfs_alloc_dummy_fs_info()