Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dsysfs.h17 int btrfs_sysfs_add_device_link(struct btrfs_fs_devices *fs_devices,
19 int btrfs_sysfs_rm_device_link(struct btrfs_fs_devices *fs_devices,
21 int btrfs_sysfs_add_fsid(struct btrfs_fs_devices *fs_devs,
23 int btrfs_sysfs_add_device(struct btrfs_fs_devices *fs_devs);
24 void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs);
25 void btrfs_sysfs_update_sprout_fsid(struct btrfs_fs_devices *fs_devices,
Dcheck-integrity.h20 struct btrfs_fs_devices *fs_devices,
22 void btrfsic_unmount(struct btrfs_fs_devices *fs_devices);
Dvolumes.h64 struct btrfs_fs_devices *fs_devices;
221 struct btrfs_fs_devices { struct
256 struct btrfs_fs_devices *seed; argument
440 int btrfs_open_devices(struct btrfs_fs_devices *fs_devices,
445 int btrfs_close_devices(struct btrfs_fs_devices *fs_devices);
446 void btrfs_free_extra_devids(struct btrfs_fs_devices *fs_devices, int step);
462 struct btrfs_device *btrfs_find_device(struct btrfs_fs_devices *fs_devices,
Dsysfs.c70 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj);
619 struct btrfs_fs_devices *fs_devs = to_fs_devs(kobj); in btrfs_release_fsid_kobj()
630 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj) in to_fs_devs()
634 return container_of(kobj, struct btrfs_fs_devices, fsid_kobj); in to_fs_devs()
696 static void __btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in __btrfs_sysfs_remove_fsid()
712 void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_remove_fsid()
927 int btrfs_sysfs_rm_device_link(struct btrfs_fs_devices *fs_devices, in btrfs_sysfs_rm_device_link()
961 int btrfs_sysfs_add_device(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_add_device()
973 int btrfs_sysfs_add_device_link(struct btrfs_fs_devices *fs_devices, in btrfs_sysfs_add_device_link()
1012 void btrfs_sysfs_update_sprout_fsid(struct btrfs_fs_devices *fs_devices, in btrfs_sysfs_update_sprout_fsid()
[all …]
Ddisk-io.h40 struct btrfs_fs_devices;
53 struct btrfs_fs_devices *fs_devices,
Dvolumes.c314 static struct btrfs_fs_devices *alloc_fs_devices(const u8 *fsid, in alloc_fs_devices()
317 struct btrfs_fs_devices *fs_devs; in alloc_fs_devices()
348 static void free_fs_devices(struct btrfs_fs_devices *fs_devices) in free_fs_devices()
363 struct btrfs_fs_devices *fs_devices; in btrfs_cleanup_fs_uuids()
367 struct btrfs_fs_devices, fs_list); in btrfs_cleanup_fs_uuids()
412 static noinline struct btrfs_fs_devices *find_fsid( in find_fsid()
415 struct btrfs_fs_devices *fs_devices; in find_fsid()
735 struct btrfs_fs_devices *fs_devices, *tmp_fs_devices; in btrfs_free_stale_devices()
781 static int btrfs_open_one_device(struct btrfs_fs_devices *fs_devices, in btrfs_open_one_device()
858 static struct btrfs_fs_devices *find_fsid_inprogress( in find_fsid_inprogress()
[all …]
Dreada.c775 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in __reada_start_machine()
836 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in dump_devs()
Dsuper.c1186 struct btrfs_fs_devices *fs_devices, in btrfs_fill_super()
1482 struct btrfs_fs_devices *fs_devices = NULL; in btrfs_mount_root()
1902 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_calc_avail_data_space()
2247 struct btrfs_fs_devices *cur_devices; in btrfs_show_devname()
Dcheck-integrity.c291 struct btrfs_fs_devices *fs_devices);
630 struct btrfs_fs_devices *fs_devices) in btrfsic_process_superblock()
2891 struct btrfs_fs_devices *fs_devices, in btrfsic_mount()
2972 void btrfsic_unmount(struct btrfs_fs_devices *fs_devices) in btrfsic_unmount()
Ddisk-io.c561 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in check_tree_block_fsid()
2150 struct btrfs_fs_devices *fs_devices) in btrfs_init_workqueues()
2257 struct btrfs_fs_devices *fs_devices) in btrfs_replay_log()
2593 struct btrfs_fs_devices *fs_devices, in open_ctree()
Dctree.h461 struct btrfs_fs_devices;
754 struct btrfs_fs_devices *fs_devices;
Dscrub.c1510 struct btrfs_fs_devices *fs_devices = spage->dev->fs_devices; in scrub_check_fsid()
Dioctl.c3145 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_ioctl_fs_info()
/Linux-v5.4/fs/btrfs/tests/
Dbtrfs-tests.c96 fs_info->fs_devices = kzalloc(sizeof(struct btrfs_fs_devices), in btrfs_alloc_dummy_fs_info()