Searched refs:btrfs_fs_devices (Results 1 – 15 of 15) sorted by relevance
| /Linux-v4.19/fs/btrfs/ |
| D | sysfs.h | 83 int btrfs_sysfs_add_device_link(struct btrfs_fs_devices *fs_devices, 85 int btrfs_sysfs_rm_device_link(struct btrfs_fs_devices *fs_devices, 87 int btrfs_sysfs_add_fsid(struct btrfs_fs_devices *fs_devs, 89 int btrfs_sysfs_add_device(struct btrfs_fs_devices *fs_devs); 90 void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs);
|
| D | check-integrity.h | 20 struct btrfs_fs_devices *fs_devices, 22 void btrfsic_unmount(struct btrfs_fs_devices *fs_devices);
|
| D | sysfs.c | 21 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj); 519 struct btrfs_fs_devices *fs_devs = to_fs_devs(kobj); in btrfs_release_fsid_kobj() 530 static inline struct btrfs_fs_devices *to_fs_devs(struct kobject *kobj) in to_fs_devs() 534 return container_of(kobj, struct btrfs_fs_devices, fsid_kobj); in to_fs_devs() 596 static void __btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in __btrfs_sysfs_remove_fsid() 612 void btrfs_sysfs_remove_fsid(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_remove_fsid() 718 int btrfs_sysfs_rm_device_link(struct btrfs_fs_devices *fs_devices, in btrfs_sysfs_rm_device_link() 752 int btrfs_sysfs_add_device(struct btrfs_fs_devices *fs_devs) in btrfs_sysfs_add_device() 764 int btrfs_sysfs_add_device_link(struct btrfs_fs_devices *fs_devices, in btrfs_sysfs_add_device_link() 805 int btrfs_sysfs_add_fsid(struct btrfs_fs_devices *fs_devs, in btrfs_sysfs_add_fsid() [all …]
|
| D | volumes.h | 48 struct btrfs_fs_devices *fs_devices; 211 struct btrfs_fs_devices { struct 236 struct btrfs_fs_devices *seed; argument 405 int btrfs_open_devices(struct btrfs_fs_devices *fs_devices, 409 int btrfs_close_devices(struct btrfs_fs_devices *fs_devices); 410 void btrfs_free_extra_devids(struct btrfs_fs_devices *fs_devices, int step);
|
| D | volumes.c | 247 static struct btrfs_fs_devices *alloc_fs_devices(const u8 *fsid) in alloc_fs_devices() 249 struct btrfs_fs_devices *fs_devs; in alloc_fs_devices() 274 static void free_fs_devices(struct btrfs_fs_devices *fs_devices) in free_fs_devices() 302 struct btrfs_fs_devices *fs_devices; in btrfs_cleanup_fs_uuids() 306 struct btrfs_fs_devices, fs_list); in btrfs_cleanup_fs_uuids() 357 static struct btrfs_device *find_device(struct btrfs_fs_devices *fs_devices, in find_device() 371 static noinline struct btrfs_fs_devices *find_fsid(u8 *fsid) in find_fsid() 373 struct btrfs_fs_devices *fs_devices; in find_fsid() 636 struct btrfs_fs_devices *fs_devices, *tmp_fs_devices; in btrfs_free_stale_devices() 680 static int btrfs_open_one_device(struct btrfs_fs_devices *fs_devices, in btrfs_open_one_device() [all …]
|
| D | disk-io.h | 40 struct btrfs_fs_devices; 53 struct btrfs_fs_devices *fs_devices,
|
| D | reada.c | 743 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in __reada_start_machine() 799 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in dump_devs()
|
| D | super.c | 1177 struct btrfs_fs_devices *fs_devices, in btrfs_fill_super() 1523 struct btrfs_fs_devices *fs_devices = NULL; in btrfs_mount_root() 1952 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_calc_avail_data_space() 2303 struct btrfs_fs_devices *cur_devices; in btrfs_show_devname()
|
| D | check-integrity.c | 291 struct btrfs_fs_devices *fs_devices); 630 struct btrfs_fs_devices *fs_devices) in btrfsic_process_superblock() 2887 struct btrfs_fs_devices *fs_devices, in btrfsic_mount() 2968 void btrfsic_unmount(struct btrfs_fs_devices *fs_devices) in btrfsic_unmount()
|
| D | disk-io.c | 563 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in check_tree_block_fsid() 2179 struct btrfs_fs_devices *fs_devices) in btrfs_init_workqueues() 2268 struct btrfs_fs_devices *fs_devices) in btrfs_replay_log() 2603 struct btrfs_fs_devices *fs_devices, in open_ctree()
|
| D | ctree.h | 715 struct btrfs_fs_devices; 978 struct btrfs_fs_devices *fs_devices;
|
| D | scrub.c | 1494 struct btrfs_fs_devices *fs_devices = spage->dev->fs_devices; in scrub_check_fsid()
|
| D | ioctl.c | 3120 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_ioctl_fs_info()
|
| D | extent-tree.c | 9386 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_can_relocate()
|
| /Linux-v4.19/fs/btrfs/tests/ |
| D | btrfs-tests.c | 76 fs_info->fs_devices = kzalloc(sizeof(struct btrfs_fs_devices), in btrfs_alloc_dummy_fs_info()
|