Searched refs:btrfs_fs_devices (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | check-integrity.h | 33 struct btrfs_fs_devices *fs_devices, 36 struct btrfs_fs_devices *fs_devices);
|
D | volumes.h | 53 struct btrfs_fs_devices *fs_devices; 222 struct btrfs_fs_devices { struct 247 struct btrfs_fs_devices *seed; argument 427 int btrfs_open_devices(struct btrfs_fs_devices *fs_devices, 430 struct btrfs_fs_devices **fs_devices_ret); 431 int btrfs_close_devices(struct btrfs_fs_devices *fs_devices); 432 void btrfs_close_extra_devices(struct btrfs_fs_devices *fs_devices, int step);
|
D | disk-io.h | 45 struct btrfs_fs_devices; 57 struct btrfs_fs_devices *fs_devices,
|
D | volumes.c | 56 static struct btrfs_fs_devices *__alloc_fs_devices(void) in __alloc_fs_devices() 58 struct btrfs_fs_devices *fs_devs; in __alloc_fs_devices() 83 static struct btrfs_fs_devices *alloc_fs_devices(const u8 *fsid) in alloc_fs_devices() 85 struct btrfs_fs_devices *fs_devs; in alloc_fs_devices() 99 static void free_fs_devices(struct btrfs_fs_devices *fs_devices) in free_fs_devices() 128 struct btrfs_fs_devices *fs_devices; in btrfs_cleanup_fs_uuids() 132 struct btrfs_fs_devices, list); in btrfs_cleanup_fs_uuids() 176 static noinline struct btrfs_fs_devices *find_fsid(u8 *fsid) in find_fsid() 178 struct btrfs_fs_devices *fs_devices; in find_fsid() 455 u64 devid, struct btrfs_fs_devices **fs_devices_ret) in device_list_add() [all …]
|
D | super.c | 769 struct btrfs_fs_devices **fs_devices) in btrfs_parse_early_options() 937 struct btrfs_fs_devices *fs_devices, in btrfs_fill_super() 1307 struct btrfs_fs_devices *fs_devices = NULL; in btrfs_mount() 1663 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_calc_avail_data_space() 1962 struct btrfs_fs_devices *fs_devices; in btrfs_control_ioctl() 2008 struct btrfs_fs_devices *cur_devices; in btrfs_show_devname()
|
D | reada.c | 758 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in __reada_start_machine() 808 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in dump_devs()
|
D | check-integrity.c | 303 struct btrfs_fs_devices *fs_devices); 657 struct btrfs_fs_devices *fs_devices) in btrfsic_process_superblock() 3074 struct btrfs_fs_devices *fs_devices, in btrfsic_mount() 3166 struct btrfs_fs_devices *fs_devices) in btrfsic_unmount()
|
D | sysfs.c | 629 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in btrfs_kobj_add_device()
|
D | disk-io.c | 518 struct btrfs_fs_devices *fs_devices = fs_info->fs_devices; in check_tree_block_fsid() 2237 struct btrfs_fs_devices *fs_devices) in btrfs_init_workqueues() 2317 struct btrfs_fs_devices *fs_devices) in btrfs_replay_log() 2423 struct btrfs_fs_devices *fs_devices, in open_ctree()
|
D | ctree.h | 1384 struct btrfs_fs_devices; 1641 struct btrfs_fs_devices *fs_devices;
|
D | ioctl.c | 2684 struct btrfs_fs_devices *fs_devices = root->fs_info->fs_devices; in btrfs_ioctl_fs_info() 2716 struct btrfs_fs_devices *fs_devices = root->fs_info->fs_devices; in btrfs_ioctl_dev_info()
|
D | scrub.c | 1534 struct btrfs_fs_devices *fs_devices = spage->dev->fs_devices; in scrub_check_fsid()
|
D | extent-tree.c | 8957 struct btrfs_fs_devices *fs_devices = root->fs_info->fs_devices; in btrfs_can_relocate()
|
/linux-4.1.27/fs/btrfs/tests/ |
D | btrfs-tests.c | 86 fs_info->fs_devices = kzalloc(sizeof(struct btrfs_fs_devices), in btrfs_alloc_dummy_fs_info()
|