Home
last modified time | relevance | path

Searched defs:bbio (Results 1 – 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
Dbio.c25 struct btrfs_bio *bbio; member
31 static inline bool is_data_bbio(struct btrfs_bio *bbio) in is_data_bbio()
36 static bool bbio_has_ordered_extent(struct btrfs_bio *bbio) in bbio_has_ordered_extent()
45 void btrfs_bio_init(struct btrfs_bio *bbio, struct btrfs_fs_info *fs_info, in btrfs_bio_init()
66 struct btrfs_bio *bbio; in btrfs_bio_alloc() local
79 struct btrfs_bio *bbio; in btrfs_split_bio() local
105 static void btrfs_cleanup_bio(struct btrfs_bio *bbio) in btrfs_cleanup_bio()
112 static void __btrfs_bio_end_io(struct btrfs_bio *bbio) in __btrfs_bio_end_io()
124 void btrfs_bio_end_io(struct btrfs_bio *bbio, blk_status_t status) in btrfs_bio_end_io()
132 static void btrfs_bbio_propagate_error(struct btrfs_bio *bbio, in btrfs_bbio_propagate_error()
[all …]
Dcompression.c59 static inline struct compressed_bio *to_compressed_bio(struct btrfs_bio *bbio) in to_compressed_bio()
68 struct btrfs_bio *bbio; in alloc_compressed_bio() local
172 static void end_compressed_bio_read(struct btrfs_bio *bbio) in end_compressed_bio_read()
245 static void end_compressed_bio_write(struct btrfs_bio *bbio) in end_compressed_bio_write()
467 void btrfs_submit_compressed_read(struct btrfs_bio *bbio) in btrfs_submit_compressed_read()
Dscrub.c788 static void scrub_repair_read_endio(struct btrfs_bio *bbio) in scrub_repair_read_endio()
826 struct btrfs_bio *bbio = NULL; in scrub_stripe_submit_repair_read() local
1120 static void scrub_read_endio(struct btrfs_bio *bbio) in scrub_read_endio()
1148 static void scrub_write_endio(struct btrfs_bio *bbio) in scrub_write_endio()
1179 struct btrfs_bio *bbio, bool dev_replace) in scrub_submit_write_bio()
1223 struct btrfs_bio *bbio = NULL; in scrub_write_sectors() local
1682 struct btrfs_bio *bbio; in scrub_submit_initial_read() local
Dfile-item.c344 blk_status_t btrfs_lookup_bio_sums(struct btrfs_bio *bbio) in btrfs_lookup_bio_sums()
732 blk_status_t btrfs_csum_one_bio(struct btrfs_bio *bbio) in btrfs_csum_one_bio()
791 blk_status_t btrfs_alloc_dummy_sum(struct btrfs_bio *bbio) in btrfs_alloc_dummy_sum()
Dextent_io.c100 struct btrfs_bio *bbio; member
110 struct btrfs_bio *bbio = bio_ctrl->bbio; in submit_one_bio() local
133 struct btrfs_bio *bbio = bio_ctrl->bbio; in submit_write_bio() local
460 static void end_bio_extent_writepage(struct btrfs_bio *bbio) in end_bio_extent_writepage()
585 static void end_bio_extent_readpage(struct btrfs_bio *bbio) in end_bio_extent_readpage()
738 struct btrfs_bio *bbio; in alloc_new_bio() local
1601 static void extent_buffer_write_end_io(struct btrfs_bio *bbio) in extent_buffer_write_end_io()
1661 struct btrfs_bio *bbio; in write_one_eb() local
4071 static void extent_buffer_read_end_io(struct btrfs_bio *bbio) in extent_buffer_read_end_io()
4118 struct btrfs_bio *bbio; in read_extent_buffer_pages() local
Dcompression.h64 struct btrfs_bio bbio; member
Dzoned.h186 static inline bool btrfs_use_zone_append(struct btrfs_bio *bbio) in btrfs_use_zone_append()
191 static inline void btrfs_record_physical_zoned(struct btrfs_bio *bbio) in btrfs_record_physical_zoned()
Dzoned.c1625 bool btrfs_use_zone_append(struct btrfs_bio *bbio) in btrfs_use_zone_append()
1664 void btrfs_record_physical_zoned(struct btrfs_bio *bbio) in btrfs_record_physical_zoned()
Dinode.c94 struct btrfs_bio bbio; member
2554 static int btrfs_extract_ordered_extent(struct btrfs_bio *bbio, in btrfs_extract_ordered_extent()
3290 bool btrfs_data_csum_ok(struct btrfs_bio *bbio, struct btrfs_device *dev, in btrfs_data_csum_ok()
7740 static void btrfs_dio_end_io(struct btrfs_bio *bbio) in btrfs_dio_end_io()
7770 struct btrfs_bio *bbio = btrfs_bio(bio); in btrfs_dio_submit_io() local
10010 static void btrfs_encoded_read_endio(struct btrfs_bio *bbio) in btrfs_encoded_read_endio()
10039 struct btrfs_bio *bbio; in btrfs_encoded_read_regular_fill_pages() local
Ddisk-io.c243 blk_status_t btree_csum_one_bio(struct btrfs_bio *bbio) in btree_csum_one_bio()
/kernel/linux/linux-5.10/fs/btrfs/
Draid56.c63 struct btrfs_bio *bbio; member
981 struct btrfs_bio *bbio, in alloc_rbio()
1200 struct btrfs_bio *bbio = rbio->bbio; in finish_rmw() local
1785 struct btrfs_bio *bbio, u64 stripe_len) in raid56_parity_write()
2169 struct btrfs_bio *bbio, u64 stripe_len, in raid56_parity_recover()
2274 struct btrfs_bio *bbio, u64 stripe_len, in raid56_parity_alloc_scrub_rbio()
2363 struct btrfs_bio *bbio = rbio->bbio; in finish_parity_scrub() local
2722 struct btrfs_bio *bbio, u64 length) in raid56_alloc_missing_rbio()
Dvolumes.c5611 static void sort_parity_stripes(struct btrfs_bio *bbio, int num_stripes) in sort_parity_stripes()
5631 struct btrfs_bio *bbio = kzalloc( in alloc_btrfs_bio() local
5654 void btrfs_get_bbio(struct btrfs_bio *bbio) in btrfs_get_bbio()
5660 void btrfs_put_bbio(struct btrfs_bio *bbio) in btrfs_put_bbio()
5679 struct btrfs_bio *bbio; in __btrfs_map_block_for_discard() local
5840 struct btrfs_bio *bbio = NULL; in get_extra_mirror_from_replace() local
5904 struct btrfs_bio *bbio = *bbio_ret; in handle_ops_on_dev_replace() local
6116 struct btrfs_bio *bbio = NULL; in __btrfs_map_block() local
6360 static inline void btrfs_end_bbio(struct btrfs_bio *bbio, struct bio *bio) in btrfs_end_bbio()
6371 struct btrfs_bio *bbio = bio->bi_private; in btrfs_end_bio() local
[all …]
Dscrub.c59 struct btrfs_bio *bbio; member
1225 static inline int scrub_nr_raid_mirrors(struct btrfs_bio *bbio) in scrub_nr_raid_mirrors()
1276 struct btrfs_bio *bbio; in scrub_setup_recheck_block() local
2099 struct btrfs_bio *bbio = NULL; in scrub_missing_raid56_pages() local
2686 struct btrfs_bio *bbio = NULL; in scrub_parity_check_and_repair() local
2761 struct btrfs_bio *bbio = NULL; in scrub_raid56_parity() local
4102 struct btrfs_bio *bbio = NULL; in scrub_remap_extent() local
Dreada.c225 struct btrfs_bio *bbio) in reada_find_zone()
306 struct btrfs_bio *bbio = NULL; in reada_find_extent() local
Dextent-tree.c1278 struct btrfs_bio *bbio = NULL; in btrfs_discard_extent() local
Dextent_io.c2261 struct btrfs_bio *bbio = NULL; in repair_io_failure() local
/kernel/linux/linux-6.6/drivers/md/bcache/
Dbcache.h742 struct bbio { struct
743 unsigned int submit_time_us;
744 union {
752 struct bio bio;
/kernel/linux/linux-5.10/drivers/md/bcache/
Dbcache.h736 struct bbio { struct
737 unsigned int submit_time_us;
738 union {
746 struct bio bio;