Searched defs:bioc (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/fs/btrfs/tests/ |
D | raid-stripe-tree-tests.c | 41 struct btrfs_io_context *bioc; in test_punch_hole_3extents() local 219 struct btrfs_io_context *bioc; in test_delete_two_extents() local 363 struct btrfs_io_context *bioc; in test_punch_hole() local 506 struct btrfs_io_context *bioc; in test_front_delete_prev_item() local 648 struct btrfs_io_context *bioc; in test_front_delete() local 757 struct btrfs_io_context *bioc; in test_tail_delete() local 879 struct btrfs_io_context *bioc; in test_create_update_delete() local 1000 struct btrfs_io_context *bioc; in test_simple_create_delete() local
|
/linux-6.14.4/fs/btrfs/ |
D | bio.c | 369 struct btrfs_io_context *bioc = bio->bi_private; in btrfs_raid56_end_io() local 385 struct btrfs_io_context *bioc = stripe->bioc; in btrfs_orig_write_end_io() local 470 static void btrfs_submit_mirrored_bio(struct btrfs_io_context *bioc, int dev_nr) in btrfs_submit_mirrored_bio() 493 static void btrfs_submit_bio(struct bio *bio, struct btrfs_io_context *bioc, in btrfs_submit_bio() 536 struct btrfs_io_context *bioc; member 635 struct btrfs_io_context *bioc, in btrfs_wq_submit_bio() 683 struct btrfs_io_context *bioc = NULL; in btrfs_submit_chunk() local
|
D | raid56.h | 29 struct btrfs_io_context *bioc; member 181 static inline int nr_bioc_data_stripes(const struct btrfs_io_context *bioc) in nr_bioc_data_stripes()
|
D | raid-stripe-tree.c | 298 struct btrfs_io_context *bioc) in btrfs_insert_one_raid_extent() 346 struct btrfs_io_context *bioc; in btrfs_insert_raid_extent() local
|
D | raid56.c | 43 static void dump_bioc(const struct btrfs_fs_info *fs_info, const struct btrfs_io_context *bioc) in dump_bioc() 982 struct btrfs_io_context *bioc) in alloc_rbio() 1240 const struct btrfs_io_context *bioc = rbio->bioc; in bio_get_trace_info() local 1747 void raid56_parity_write(struct bio *bio, struct btrfs_io_context *bioc) in raid56_parity_write() 2151 void raid56_parity_recover(struct bio *bio, struct btrfs_io_context *bioc, in raid56_parity_recover() 2445 struct btrfs_io_context *bioc, in raid56_parity_alloc_scrub_rbio() 2511 struct btrfs_io_context *bioc = rbio->bioc; in finish_parity_scrub() local
|
D | volumes.c | 6119 struct btrfs_io_context *bioc; in alloc_btrfs_io_context() local 6141 void btrfs_get_bioc(struct btrfs_io_context *bioc) in btrfs_get_bioc() 6147 void btrfs_put_bioc(struct btrfs_io_context *bioc) in btrfs_put_bioc() 6313 static void handle_ops_on_dev_replace(struct btrfs_io_context *bioc, in handle_ops_on_dev_replace() 6649 struct btrfs_io_context *bioc = NULL; in btrfs_map_block() local 8282 static void map_raid56_repair_block(struct btrfs_io_context *bioc, in map_raid56_repair_block() 8321 struct btrfs_io_context *bioc = NULL; in btrfs_map_repair_block() local
|
D | scrub.c | 891 struct btrfs_io_context *bioc = NULL; in scrub_stripe_report_errors() local 1695 struct btrfs_io_context *bioc = NULL; in scrub_submit_extent_sector_read() local 1956 struct btrfs_io_context *bioc = NULL; in scrub_raid56_parity_stripe() local
|
D | volumes.h | 475 struct btrfs_io_context *bioc; member
|
D | zoned.c | 1998 struct btrfs_io_context *bioc = NULL; in read_zone_info() local
|