Home
last modified time | relevance | path

Searched refs:btrfs_device (Results 1 – 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
Dvolumes.h55 struct btrfs_device { struct
151 btrfs_device_get_##name(const struct btrfs_device *dev) \ argument
164 btrfs_device_set_##name(struct btrfs_device *dev, u64 size) \
175 btrfs_device_get_##name(const struct btrfs_device *dev) \
186 btrfs_device_set_##name(struct btrfs_device *dev, u64 size) \
195 btrfs_device_get_##name(const struct btrfs_device *dev) \
201 btrfs_device_set_##name(struct btrfs_device *dev, u64 size) \
292 struct btrfs_device *device;
318 struct btrfs_device *dev;
347 struct btrfs_device *dev;
[all …]
Dsysfs.h17 int btrfs_sysfs_add_device(struct btrfs_device *device);
18 void btrfs_sysfs_remove_device(struct btrfs_device *device);
34 void btrfs_sysfs_update_devid(struct btrfs_device *device);
Dvolumes.c222 static void btrfs_dev_stat_print_on_error(struct btrfs_device *dev);
223 static void btrfs_dev_stat_print_on_load(struct btrfs_device *device);
372 void btrfs_free_device(struct btrfs_device *device) in btrfs_free_device()
383 struct btrfs_device *device; in free_fs_devices()
387 struct btrfs_device, dev_list); in free_fs_devices()
411 static struct btrfs_device *__alloc_device(struct btrfs_fs_info *fs_info) in __alloc_device()
413 struct btrfs_device *dev; in __alloc_device()
550 static bool device_matched(const struct btrfs_device *device, const char *path) in device_matched()
598 struct btrfs_device *skip_device) in btrfs_free_stale_devices()
601 struct btrfs_device *device, *tmp_device; in btrfs_free_stale_devices()
[all …]
Ddev-replace.c240 struct btrfs_device *srcdev, in btrfs_init_dev_replace_tgtdev()
241 struct btrfs_device **device_out) in btrfs_init_dev_replace_tgtdev()
243 struct btrfs_device *device; in btrfs_init_dev_replace_tgtdev()
442 static char* btrfs_dev_name(struct btrfs_device *device) in btrfs_dev_name()
458 struct btrfs_device *tgt_device = NULL; in btrfs_dev_replace_start()
459 struct btrfs_device *src_device = NULL; in btrfs_dev_replace_start()
624 static int btrfs_set_target_alloc_state(struct btrfs_device *srcdev, in btrfs_set_target_alloc_state()
625 struct btrfs_device *tgtdev) in btrfs_set_target_alloc_state()
651 struct btrfs_device *srcdev, in btrfs_dev_replace_update_device_in_mapping_tree()
652 struct btrfs_device *tgtdev) in btrfs_dev_replace_update_device_in_mapping_tree()
[all …]
Draid56.h31 struct btrfs_device;
45 struct btrfs_device *scrub_dev,
Dreada.c71 struct btrfs_device *device;
72 struct btrfs_device *devs[BTRFS_MAX_MIRRORS]; /* full list, incl
224 static struct reada_zone *reada_find_zone(struct btrfs_device *dev, u64 logical, in reada_find_zone()
307 struct btrfs_device *dev; in reada_find_extent()
308 struct btrfs_device *prev_dev; in reada_find_extent()
598 static int reada_pick_zone(struct btrfs_device *dev) in reada_pick_zone()
676 static int reada_start_machine_dev(struct btrfs_device *dev) in reada_start_machine_dev()
780 struct btrfs_device *device; in reada_start_for_fsdevs()
845 struct btrfs_device *device; in dump_devs()
1037 void btrfs_reada_remove_dev(struct btrfs_device *dev) in btrfs_reada_remove_dev()
[all …]
Dsysfs.c986 struct btrfs_device *device; in btrfs_sysfs_remove_fs_devices()
1233 void btrfs_sysfs_remove_device(struct btrfs_device *device) in btrfs_sysfs_remove_device()
1264 struct btrfs_device *device = container_of(kobj, struct btrfs_device, in btrfs_devinfo_in_fs_metadata_show()
1277 struct btrfs_device *device = container_of(kobj, struct btrfs_device, in btrfs_devinfo_missing_show()
1291 struct btrfs_device *device = container_of(kobj, struct btrfs_device, in btrfs_devinfo_replace_target_show()
1304 struct btrfs_device *device = container_of(kobj, struct btrfs_device, in btrfs_devinfo_writeable_show()
1324 struct btrfs_device *device = container_of(kobj, struct btrfs_device, in btrfs_release_devid_kobj()
1337 int btrfs_sysfs_add_device(struct btrfs_device *device) in btrfs_sysfs_add_device()
1389 struct btrfs_device *device; in btrfs_sysfs_add_fs_devices()
1439 void btrfs_sysfs_update_devid(struct btrfs_device *device) in btrfs_sysfs_update_devid()
Dscrub.c66 struct btrfs_device *dev;
87 struct btrfs_device *dev;
126 struct btrfs_device *scrub_dev;
175 struct btrfs_device *wr_tgtdev;
200 struct btrfs_device *dev;
239 u64 physical, struct btrfs_device *dev, u64 flags,
248 struct btrfs_device **extent_dev,
730 struct btrfs_device *dev; in scrub_print_warning()
824 struct btrfs_device *dev; in scrub_handle_errored_block()
2057 struct btrfs_device *dev; in scrub_missing_raid56_worker()
[all …]
Ddisk-io.h38 struct btrfs_device;
Dextent_map.c364 struct btrfs_device *device = stripe->dev; in extent_map_device_set_bits()
379 struct btrfs_device *device = stripe->dev; in extent_map_device_clear_bits()
Dsuper.c1030 struct btrfs_device *device = NULL; in btrfs_parse_device_options()
1614 struct btrfs_device *device = NULL; in btrfs_mount_root()
2062 struct btrfs_device *device; in btrfs_calc_avail_data_space()
2336 struct btrfs_device *device = NULL; in btrfs_control_ioctl()
2414 struct btrfs_device *dev, *first_dev = NULL; in btrfs_show_devname()
Dcheck-integrity.c364 struct btrfs_device *device,
628 struct btrfs_device *device; in btrfsic_process_superblock()
754 struct btrfs_device *device, in btrfsic_process_superblock_dev_mirror()
1511 struct btrfs_device *device; in btrfsic_map_block()
2775 struct btrfs_device *device; in btrfsic_mount()
2852 struct btrfs_device *device; in btrfsic_unmount()
Ddisk-io.c3483 struct btrfs_device *device = bio->bi_private; in btrfs_end_super_write()
3580 static int write_dev_supers(struct btrfs_device *device, in write_dev_supers()
3661 static int wait_dev_supers(struct btrfs_device *device, int max_mirrors) in wait_dev_supers()
3725 static void write_dev_flush(struct btrfs_device *device) in write_dev_flush()
3759 static blk_status_t wait_dev_flush(struct btrfs_device *device) in wait_dev_flush()
3786 struct btrfs_device *dev; in barrier_all_devices()
3870 struct btrfs_device *dev; in write_all_supers()
4694 struct btrfs_device *dev, *tmp; in btrfs_cleanup_one_transaction()
Dctree.h397 struct btrfs_device *srcdev;
398 struct btrfs_device *tgtdev;
502 struct btrfs_device;
3544 int btrfs_scrub_cancel_dev(struct btrfs_device *dev);
3578 void btrfs_reada_remove_dev(struct btrfs_device *dev);
3579 void btrfs_reada_undo_remove_dev(struct btrfs_device *dev);
Dioctl.c508 struct btrfs_device *device; in btrfs_ioctl_fitrim()
1689 struct btrfs_device *device = NULL; in btrfs_ioctl_resize()
3326 struct btrfs_device *device; in btrfs_ioctl_fs_info()
3380 struct btrfs_device *dev; in btrfs_ioctl_dev_info()
Dextent-tree.c1300 struct btrfs_device *device = stripe->dev; in btrfs_discard_extent()
5720 static int btrfs_trim_free_extents(struct btrfs_device *device, u64 *trimmed) in btrfs_trim_free_extents()
5822 struct btrfs_device *device; in btrfs_trim_fs()
Draid56.c2275 struct btrfs_device *scrub_dev, in raid56_parity_alloc_scrub_rbio()
Dextent_io.c2258 struct btrfs_device *dev; in repair_io_failure()
Dinode.c10170 struct btrfs_device *device = NULL; in btrfs_swap_activate()
/kernel/linux/linux-5.10/fs/btrfs/tests/
Dbtrfs-tests.c89 struct btrfs_device *btrfs_alloc_dummy_device(struct btrfs_fs_info *fs_info) in btrfs_alloc_dummy_device()
91 struct btrfs_device *dev; in btrfs_alloc_dummy_device()
104 static void btrfs_free_dummy_device(struct btrfs_device *dev) in btrfs_free_dummy_device()
148 struct btrfs_device *dev, *tmp; in btrfs_free_dummy_fs_info()
Dbtrfs-tests.h49 struct btrfs_device *btrfs_alloc_dummy_device(struct btrfs_fs_info *fs_info);
Dextent-map-tests.c491 struct btrfs_device *dev = btrfs_alloc_dummy_device(fs_info); in test_rmap_block()