Home
last modified time | relevance | path

Searched refs:btrfs_io_context (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/fs/btrfs/
Draid56.h21 struct btrfs_io_context *bioc;
166 void raid56_parity_recover(struct bio *bio, struct btrfs_io_context *bioc,
168 void raid56_parity_write(struct bio *bio, struct btrfs_io_context *bioc);
174 struct btrfs_io_context *bioc,
180 raid56_alloc_missing_rbio(struct bio *bio, struct btrfs_io_context *bioc);
Dvolumes.h471 struct btrfs_io_context *bioc;
497 struct btrfs_io_context { struct
606 void btrfs_get_bioc(struct btrfs_io_context *bioc);
607 void btrfs_put_bioc(struct btrfs_io_context *bioc);
610 struct btrfs_io_context **bioc_ret, int mirror_num);
613 struct btrfs_io_context **bioc_ret);
Draid56.c913 struct btrfs_io_context *bioc) in alloc_rbio()
1136 const struct btrfs_io_context *bioc = rbio->bioc; in bio_get_trace_info()
1171 struct btrfs_io_context *bioc = rbio->bioc; in finish_rmw()
1802 void raid56_parity_write(struct bio *bio, struct btrfs_io_context *bioc) in raid56_parity_write()
2196 void raid56_parity_recover(struct bio *bio, struct btrfs_io_context *bioc, in raid56_parity_recover()
2280 struct btrfs_io_context *bioc, in raid56_parity_alloc_scrub_rbio()
2364 struct btrfs_io_context *bioc = rbio->bioc; in finish_parity_scrub()
2728 raid56_alloc_missing_rbio(struct bio *bio, struct btrfs_io_context *bioc) in raid56_alloc_missing_rbio()
Dvolumes.c253 struct btrfs_io_context **bioc_ret,
5886 static void sort_parity_stripes(struct btrfs_io_context *bioc, int num_stripes) in sort_parity_stripes()
5904 static struct btrfs_io_context *alloc_btrfs_io_context(struct btrfs_fs_info *fs_info, in alloc_btrfs_io_context()
5908 struct btrfs_io_context *bioc = kzalloc( in alloc_btrfs_io_context()
5910 sizeof(struct btrfs_io_context) + in alloc_btrfs_io_context()
5931 void btrfs_get_bioc(struct btrfs_io_context *bioc) in btrfs_get_bioc()
5937 void btrfs_put_bioc(struct btrfs_io_context *bioc) in btrfs_put_bioc()
6108 struct btrfs_io_context *bioc = NULL; in get_extra_mirror_from_replace()
6185 struct btrfs_io_context **bioc_ret, in handle_ops_on_dev_replace()
6190 struct btrfs_io_context *bioc = *bioc_ret; in handle_ops_on_dev_replace()
[all …]
Dscrub.c61 struct btrfs_io_context *bioc;
1405 static inline int scrub_nr_raid_mirrors(struct btrfs_io_context *bioc) in scrub_nr_raid_mirrors()
1455 struct btrfs_io_context *bioc; in scrub_setup_recheck_block()
2344 struct btrfs_io_context *bioc = NULL; in scrub_missing_raid56_pages()
2948 struct btrfs_io_context *bioc = NULL; in scrub_parity_check_and_repair()
3161 struct btrfs_io_context *bioc = NULL; in scrub_raid56_data_stripe_for_parity()
4504 struct btrfs_io_context *bioc = NULL; in scrub_find_good_copy()
Dzoned.c1774 struct btrfs_io_context *bioc = NULL; in read_zone_info()
Dcheck-integrity.c1460 struct btrfs_io_context *multi = NULL; in btrfsic_map_block()
Dextent_io.c549 struct btrfs_io_context *bioc = NULL; in repair_io_failure()