Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A 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);
H A Dcheck-integrity.h18 struct btrfs_fs_devices *fs_devices,
20 void btrfsic_unmount(struct btrfs_fs_devices *fs_devices);
H A Dvolumes.h59 struct btrfs_fs_devices *fs_devices;
215 struct btrfs_fs_devices { struct
434 int btrfs_open_devices(struct btrfs_fs_devices *fs_devices,
439 void btrfs_close_devices(struct btrfs_fs_devices *fs_devices);
440 void btrfs_free_extra_devids(struct btrfs_fs_devices *fs_devices, int step);
456 struct btrfs_device *btrfs_find_device(struct btrfs_fs_devices *fs_devices,
H A Dvolumes.c346 static struct btrfs_fs_devices *alloc_fs_devices(const u8 *fsid, in alloc_fs_devices()
349 struct btrfs_fs_devices *fs_devs; in alloc_fs_devices()
381 static void free_fs_devices(struct btrfs_fs_devices *fs_devices) in free_fs_devices()
396 struct btrfs_fs_devices *fs_devices; in btrfs_cleanup_fs_uuids()
400 struct btrfs_fs_devices, fs_list); in btrfs_cleanup_fs_uuids()
444 static noinline struct btrfs_fs_devices *find_fsid( in find_fsid()
447 struct btrfs_fs_devices *fs_devices; in find_fsid()
466 static struct btrfs_fs_devices *find_fsid_with_metadata_uuid( in find_fsid_with_metadata_uuid()
470 struct btrfs_fs_devices *fs_devices; in find_fsid_with_metadata_uuid()
600 struct btrfs_fs_devices *fs_devices, *tmp_fs_devices; in btrfs_free_stale_devices()
[all …]
H A Dsysfs.c74 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj);
871 struct btrfs_fs_devices *fs_devs = to_fs_devs(kobj); in btrfs_release_fsid_kobj()
882 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj) in to_fs_devs()
886 return container_of(kobj, struct btrfs_fs_devices, fsid_kobj); in to_fs_devs()
948 static void __btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in __btrfs_sysfs_remove_fsid()
970 void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_remove_fsid()
984 static void btrfs_sysfs_remove_fs_devices(struct btrfs_fs_devices *fs_devices) in btrfs_sysfs_remove_fs_devices()
987 struct btrfs_fs_devices *seed; in btrfs_sysfs_remove_fs_devices()
1386 static int btrfs_sysfs_add_fs_devices(struct btrfs_fs_devices *fs_devices) in btrfs_sysfs_add_fs_devices()
1390 struct btrfs_fs_devices *seed; in btrfs_sysfs_add_fs_devices()
[all …]
H A Ddisk-io.h39 struct btrfs_fs_devices;
54 struct btrfs_fs_devices *fs_devices,
H A Dreada.c776 static int reada_start_for_fsdevs(struct btrfs_fs_devices *fs_devices) in reada_start_for_fsdevs()
797 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices, *seed_devs; in __reada_start_machine()
846 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in dump_devs()
H A Dsuper.c1315 struct btrfs_fs_devices *fs_devices, in btrfs_fill_super()
1615 struct btrfs_fs_devices *fs_devices = NULL; in btrfs_mount_root()
2061 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_calc_avail_data_space()
H A Dcheck-integrity.c287 struct btrfs_fs_devices *fs_devices);
624 struct btrfs_fs_devices *fs_devices) in btrfsic_process_superblock()
2769 struct btrfs_fs_devices *fs_devices, in btrfsic_mount()
2847 void btrfsic_unmount(struct btrfs_fs_devices *fs_devices) in btrfsic_unmount()
H A Ddisk-io.c500 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices, *seed_devs; in check_tree_block_fsid()
2161 struct btrfs_fs_devices *fs_devices) in btrfs_init_workqueues()
2253 struct btrfs_fs_devices *fs_devices) in btrfs_replay_log()
2903 int __cold open_ctree(struct super_block *sb, struct btrfs_fs_devices *fs_devices, in open_ctree()
H A Dctree.h503 struct btrfs_fs_devices;
807 struct btrfs_fs_devices *fs_devices;
H A Dscrub.c1509 struct btrfs_fs_devices *fs_devices = spage->dev->fs_devices; in scrub_check_fsid()
H A Dioctl.c3327 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_ioctl_fs_info()
/OK3568_Linux_fs/kernel/fs/btrfs/tests/
H A Dbtrfs-tests.c117 fs_info->fs_devices = kzalloc(sizeof(struct btrfs_fs_devices), in btrfs_alloc_dummy_fs_info()