Searched refs:btrfs_bio (Results 1 – 10 of 10) sorted by relevance
/fs/btrfs/ |
D | raid56.h | 34 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);
|
D | volumes.h | 326 struct btrfs_bio { struct 421 void btrfs_get_bbio(struct btrfs_bio *bbio); 422 void btrfs_put_bbio(struct btrfs_bio *bbio); 425 struct btrfs_bio **bbio_ret, int mirror_num); 428 struct btrfs_bio **bbio_ret);
|
D | file-item.c | 157 struct btrfs_io_bio *btrfs_bio = btrfs_io_bio(bio); in __btrfs_lookup_bio_sums() local 179 btrfs_bio->csum = kmalloc_array(nblocks, csum_size, in __btrfs_lookup_bio_sums() 181 if (!btrfs_bio->csum) { in __btrfs_lookup_bio_sums() 186 btrfs_bio->csum = btrfs_bio->csum_inline; in __btrfs_lookup_bio_sums() 188 csum = btrfs_bio->csum; in __btrfs_lookup_bio_sums()
|
D | raid56.c | 63 struct btrfs_bio *bbio; 976 struct btrfs_bio *bbio, in alloc_rbio() 1196 struct btrfs_bio *bbio = rbio->bbio; in finish_rmw() 1758 struct btrfs_bio *bbio, u64 stripe_len) in raid56_parity_write() 2157 struct btrfs_bio *bbio, u64 stripe_len, in raid56_parity_recover() 2263 struct btrfs_bio *bbio, u64 stripe_len, in raid56_parity_alloc_scrub_rbio() 2352 struct btrfs_bio *bbio = rbio->bbio; in finish_parity_scrub() 2724 struct btrfs_bio *bbio, u64 length) in raid56_alloc_missing_rbio()
|
D | volumes.c | 199 struct btrfs_bio **bbio_ret, 5523 static void sort_parity_stripes(struct btrfs_bio *bbio, int num_stripes) in sort_parity_stripes() 5548 static struct btrfs_bio *alloc_btrfs_bio(int total_stripes, int real_stripes) in alloc_btrfs_bio() 5550 struct btrfs_bio *bbio = kzalloc( in alloc_btrfs_bio() 5552 sizeof(struct btrfs_bio) + in alloc_btrfs_bio() 5570 void btrfs_get_bbio(struct btrfs_bio *bbio) in btrfs_get_bbio() 5576 void btrfs_put_bbio(struct btrfs_bio *bbio) in btrfs_put_bbio() 5591 struct btrfs_bio **bbio_ret) in __btrfs_map_block_for_discard() 5595 struct btrfs_bio *bbio; in __btrfs_map_block_for_discard() 5754 struct btrfs_bio *bbio = NULL; in get_extra_mirror_from_replace() [all …]
|
D | extent_io.c | 2183 struct btrfs_bio *bbio = NULL; in repair_io_failure() 2532 struct btrfs_io_bio *btrfs_bio; in btrfs_create_repair_bio() local 2545 btrfs_bio = btrfs_io_bio(bio); in btrfs_create_repair_bio() 2546 btrfs_bio->csum = btrfs_bio->csum_inline; in btrfs_create_repair_bio() 2548 memcpy(btrfs_bio->csum, btrfs_failed_bio->csum + icsum, in btrfs_create_repair_bio() 2854 static inline void btrfs_io_bio_init(struct btrfs_io_bio *btrfs_bio) in btrfs_io_bio_init() argument 2856 memset(btrfs_bio, 0, offsetof(struct btrfs_io_bio, bio)); in btrfs_io_bio_init() 2876 struct btrfs_io_bio *btrfs_bio; in btrfs_bio_clone() local 2881 btrfs_bio = btrfs_io_bio(new); in btrfs_bio_clone() 2882 btrfs_io_bio_init(btrfs_bio); in btrfs_bio_clone() [all …]
|
D | reada.c | 225 struct btrfs_bio *bbio) in reada_find_zone() 306 struct btrfs_bio *bbio = NULL; in reada_find_extent()
|
D | scrub.c | 58 struct btrfs_bio *bbio; 1226 static inline int scrub_nr_raid_mirrors(struct btrfs_bio *bbio) in scrub_nr_raid_mirrors() 1277 struct btrfs_bio *bbio; in scrub_setup_recheck_block() 2167 struct btrfs_bio *bbio = NULL; in scrub_missing_raid56_pages() 2754 struct btrfs_bio *bbio = NULL; in scrub_parity_check_and_repair() 2829 struct btrfs_bio *bbio = NULL; in scrub_raid56_parity() 4059 struct btrfs_bio *bbio = NULL; in scrub_remap_extent()
|
D | check-integrity.c | 1522 struct btrfs_bio *multi = NULL; in btrfsic_map_block()
|
D | extent-tree.c | 1311 struct btrfs_bio *bbio = NULL; in btrfs_discard_extent()
|