Home
last modified time | relevance | path

Searched refs:btrfs_bio (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/fs/btrfs/
Draid56.h34 struct btrfs_bio *bbio, u64 stripe_len,
37 struct btrfs_bio *bbio, u64 stripe_len);
44 struct btrfs_bio *bbio, u64 stripe_len,
51 struct btrfs_bio *bbio, u64 length);
Dvolumes.h344 struct btrfs_bio { struct
440 void btrfs_get_bbio(struct btrfs_bio *bbio);
441 void btrfs_put_bbio(struct btrfs_bio *bbio);
444 struct btrfs_bio **bbio_ret, int mirror_num);
447 struct btrfs_bio **bbio_ret);
Dfile-item.c400 struct btrfs_io_bio *btrfs_bio = btrfs_io_bio(bio); in btrfs_lookup_bio_sums() local
403 btrfs_bio->csum = kmalloc_array(nblocks, csum_size, in btrfs_lookup_bio_sums()
405 if (!btrfs_bio->csum) { in btrfs_lookup_bio_sums()
410 btrfs_bio->csum = btrfs_bio->csum_inline; in btrfs_lookup_bio_sums()
412 csum = btrfs_bio->csum; in btrfs_lookup_bio_sums()
Draid56.c64 struct btrfs_bio *bbio;
964 struct btrfs_bio *bbio, in alloc_rbio()
1182 struct btrfs_bio *bbio = rbio->bbio; in finish_rmw()
1723 struct btrfs_bio *bbio, u64 stripe_len) in raid56_parity_write()
2120 struct btrfs_bio *bbio, u64 stripe_len, in raid56_parity_recover()
2226 struct btrfs_bio *bbio, u64 stripe_len, in raid56_parity_alloc_scrub_rbio()
2315 struct btrfs_bio *bbio = rbio->bbio; in finish_parity_scrub()
2674 struct btrfs_bio *bbio, u64 length) in raid56_alloc_missing_rbio()
Dvolumes.c253 struct btrfs_bio **bbio_ret,
5798 static void sort_parity_stripes(struct btrfs_bio *bbio, int num_stripes) in sort_parity_stripes()
5816 static struct btrfs_bio *alloc_btrfs_bio(int total_stripes, int real_stripes) in alloc_btrfs_bio()
5818 struct btrfs_bio *bbio = kzalloc( in alloc_btrfs_bio()
5820 sizeof(struct btrfs_bio) + in alloc_btrfs_bio()
5841 void btrfs_get_bbio(struct btrfs_bio *bbio) in btrfs_get_bbio()
5847 void btrfs_put_bbio(struct btrfs_bio *bbio) in btrfs_put_bbio()
5862 struct btrfs_bio **bbio_ret) in __btrfs_map_block_for_discard()
5866 struct btrfs_bio *bbio; in __btrfs_map_block_for_discard()
6027 struct btrfs_bio *bbio = NULL; in get_extra_mirror_from_replace()
[all …]
Dextent_io.c2293 struct btrfs_bio *bbio = NULL; in repair_io_failure()
3118 static inline void btrfs_io_bio_init(struct btrfs_io_bio *btrfs_bio) in btrfs_io_bio_init() argument
3120 memset(btrfs_bio, 0, offsetof(struct btrfs_io_bio, bio)); in btrfs_io_bio_init()
3140 struct btrfs_io_bio *btrfs_bio; in btrfs_bio_clone() local
3145 btrfs_bio = btrfs_io_bio(new); in btrfs_bio_clone()
3146 btrfs_io_bio_init(btrfs_bio); in btrfs_bio_clone()
3147 btrfs_bio->iter = bio->bi_iter; in btrfs_bio_clone()
3164 struct btrfs_io_bio *btrfs_bio; in btrfs_bio_clone_partial() local
3172 btrfs_bio = btrfs_io_bio(bio); in btrfs_bio_clone_partial()
3173 btrfs_io_bio_init(btrfs_bio); in btrfs_bio_clone_partial()
[all …]
Dreada.c230 struct btrfs_bio *bbio) in reada_find_zone()
312 struct btrfs_bio *bbio = NULL; in reada_find_extent()
Dscrub.c60 struct btrfs_bio *bbio;
1221 static inline int scrub_nr_raid_mirrors(struct btrfs_bio *bbio) in scrub_nr_raid_mirrors()
1272 struct btrfs_bio *bbio; in scrub_setup_recheck_block()
2206 struct btrfs_bio *bbio = NULL; in scrub_missing_raid56_pages()
2829 struct btrfs_bio *bbio = NULL; in scrub_parity_check_and_repair()
2904 struct btrfs_bio *bbio = NULL; in scrub_raid56_parity()
4312 struct btrfs_bio *bbio = NULL; in scrub_remap_extent()
Dzoned.c1443 struct btrfs_bio *bbio = NULL; in read_zone_info()
Dcheck-integrity.c1458 struct btrfs_bio *multi = NULL; in btrfsic_map_block()
Dextent-tree.c1316 struct btrfs_bio *bbio = NULL; in btrfs_discard_extent()