Searched refs:btrfs_io_context (Results 1 – 10 of 10) sorted by relevance
/fs/btrfs/ |
D | raid56.h | 34 struct btrfs_io_context *bioc, u64 stripe_len, 37 struct btrfs_io_context *bioc, u64 stripe_len); 44 struct btrfs_io_context *bioc, u64 stripe_len, 51 struct btrfs_io_context *bioc, u64 length);
|
D | volumes.h | 364 struct btrfs_io_context { struct 476 void btrfs_get_bioc(struct btrfs_io_context *bioc); 477 void btrfs_put_bioc(struct btrfs_io_context *bioc); 480 struct btrfs_io_context **bioc_ret, int mirror_num); 483 struct btrfs_io_context **bioc_ret);
|
D | raid56.c | 64 struct btrfs_io_context *bioc; 972 struct btrfs_io_context *bioc, in alloc_rbio() 1190 struct btrfs_io_context *bioc = rbio->bioc; in finish_rmw() 1771 struct btrfs_io_context *bioc, u64 stripe_len) in raid56_parity_write() 2160 struct btrfs_io_context *bioc, u64 stripe_len, in raid56_parity_recover() 2265 struct btrfs_io_context *bioc, u64 stripe_len, in raid56_parity_alloc_scrub_rbio() 2354 struct btrfs_io_context *bioc = rbio->bioc; in finish_parity_scrub() 2713 struct btrfs_io_context *bioc, u64 length) in raid56_alloc_missing_rbio()
|
D | volumes.c | 254 struct btrfs_io_context **bioc_ret, 5909 static void sort_parity_stripes(struct btrfs_io_context *bioc, int num_stripes) in sort_parity_stripes() 5927 static struct btrfs_io_context *alloc_btrfs_io_context(int total_stripes, in alloc_btrfs_io_context() 5930 struct btrfs_io_context *bioc = kzalloc( in alloc_btrfs_io_context() 5932 sizeof(struct btrfs_io_context) + in alloc_btrfs_io_context() 5953 void btrfs_get_bioc(struct btrfs_io_context *bioc) in btrfs_get_bioc() 5959 void btrfs_put_bioc(struct btrfs_io_context *bioc) in btrfs_put_bioc() 5974 struct btrfs_io_context **bioc_ret) in __btrfs_map_block_for_discard() 5978 struct btrfs_io_context *bioc; in __btrfs_map_block_for_discard() 6136 struct btrfs_io_context *bioc = NULL; in get_extra_mirror_from_replace() [all …]
|
D | scrub.c | 60 struct btrfs_io_context *bioc; 1220 static inline int scrub_nr_raid_mirrors(struct btrfs_io_context *bioc) in scrub_nr_raid_mirrors() 1271 struct btrfs_io_context *bioc; in scrub_setup_recheck_block() 2205 struct btrfs_io_context *bioc = NULL; in scrub_missing_raid56_pages() 2828 struct btrfs_io_context *bioc = NULL; in scrub_parity_check_and_repair() 2903 struct btrfs_io_context *bioc = NULL; in scrub_raid56_parity() 4356 struct btrfs_io_context *bioc = NULL; in scrub_remap_extent()
|
D | reada.c | 230 struct btrfs_io_context *bioc) in reada_find_zone() 312 struct btrfs_io_context *bioc = NULL; in reada_find_extent()
|
D | zoned.c | 1535 struct btrfs_io_context *bioc = NULL; in read_zone_info()
|
D | check-integrity.c | 1458 struct btrfs_io_context *multi = NULL; in btrfsic_map_block()
|
D | extent-tree.c | 1322 struct btrfs_io_context *bioc = NULL; in btrfs_discard_extent()
|
D | extent_io.c | 2295 struct btrfs_io_context *bioc = NULL; in repair_io_failure()
|