Searched defs:bbio (Results 1 – 10 of 10) sorted by relevance
25 struct btrfs_bio *bbio; member90 static void btrfs_bbio_propagate_error(struct btrfs_bio *bbio, in btrfs_bbio_propagate_error()109 static void btrfs_orig_bbio_end_io(struct btrfs_bio *bbio) in btrfs_orig_bbio_end_io()317 struct btrfs_bio *bbio = btrfs_bio(bio); in btrfs_simple_end_io() local339 struct btrfs_bio *bbio = btrfs_bio(bio); in btrfs_raid56_end_io() local355 struct btrfs_bio *bbio = btrfs_bio(bio); in btrfs_orig_write_end_io() local477 static blk_status_t btrfs_bio_csum(struct btrfs_bio *bbio) in btrfs_bio_csum()489 struct btrfs_bio *bbio; member549 static bool should_async_write(struct btrfs_bio *bbio) in should_async_write()581 static bool btrfs_wq_submit_bio(struct btrfs_bio *bbio, in btrfs_wq_submit_bio()[all …]
82 static inline void btrfs_bio_end_io(struct btrfs_bio *bbio, blk_status_t status) in btrfs_bio_end_io()
184 static inline bool btrfs_use_zone_append(struct btrfs_bio *bbio) in btrfs_use_zone_append()189 static inline void btrfs_record_physical_zoned(struct btrfs_bio *bbio) in btrfs_record_physical_zoned()
385 blk_status_t btrfs_lookup_bio_sums(struct btrfs_bio *bbio) in btrfs_lookup_bio_sums()776 blk_status_t btrfs_csum_one_bio(struct btrfs_bio *bbio) in btrfs_csum_one_bio()
144 static void end_compressed_bio_read(struct btrfs_bio *bbio) in end_compressed_bio_read()258 static void end_compressed_bio_write(struct btrfs_bio *bbio) in end_compressed_bio_write()
1630 bool btrfs_use_zone_append(struct btrfs_bio *bbio) in btrfs_use_zone_append()1669 void btrfs_record_physical_zoned(struct btrfs_bio *bbio) in btrfs_record_physical_zoned()
580 static void end_bio_extent_writepage(struct btrfs_bio *bbio) in end_bio_extent_writepage()736 static void end_bio_extent_readpage(struct btrfs_bio *bbio) in end_bio_extent_readpage()1992 static void end_bio_subpage_eb_writepage(struct btrfs_bio *bbio) in end_bio_subpage_eb_writepage()2050 static void end_bio_extent_buffer_writepage(struct btrfs_bio *bbio) in end_bio_extent_buffer_writepage()
92 struct btrfs_bio bbio; member2638 blk_status_t btrfs_extract_ordered_extent(struct btrfs_bio *bbio) in btrfs_extract_ordered_extent()3390 bool btrfs_data_csum_ok(struct btrfs_bio *bbio, struct btrfs_device *dev, in btrfs_data_csum_ok()7732 static void btrfs_dio_end_io(struct btrfs_bio *bbio) in btrfs_dio_end_io()7760 struct btrfs_bio *bbio = btrfs_bio(bio); in btrfs_dio_submit_io() local9913 static void btrfs_encoded_read_endio(struct btrfs_bio *bbio) in btrfs_encoded_read_endio()
441 blk_status_t btree_csum_one_bio(struct btrfs_bio *bbio) in btree_csum_one_bio()655 int btrfs_validate_metadata_buffer(struct btrfs_bio *bbio, in btrfs_validate_metadata_buffer()
741 struct bbio { struct742 unsigned int submit_time_us;743 union {751 struct bio bio;
Completed in 57 milliseconds