Lines Matching defs:bbio

24 	struct btrfs_bio *bbio;  member
30 static inline bool is_data_bbio(struct btrfs_bio *bbio) in is_data_bbio()
35 static bool bbio_has_ordered_extent(struct btrfs_bio *bbio) in bbio_has_ordered_extent()
44 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
101 static void btrfs_cleanup_bio(struct btrfs_bio *bbio) in btrfs_cleanup_bio()
108 static void __btrfs_bio_end_io(struct btrfs_bio *bbio) in __btrfs_bio_end_io()
120 void btrfs_bio_end_io(struct btrfs_bio *bbio, blk_status_t status) in btrfs_bio_end_io()
267 static void btrfs_check_read_bio(struct btrfs_bio *bbio, struct btrfs_device *dev) in btrfs_check_read_bio()
337 struct btrfs_bio *bbio = container_of(work, struct btrfs_bio, end_io_work); in btrfs_end_bio_work() local
348 struct btrfs_bio *bbio = btrfs_bio(bio); in btrfs_simple_end_io() local
370 struct btrfs_bio *bbio = btrfs_bio(bio); in btrfs_raid56_end_io() local
386 struct btrfs_bio *bbio = btrfs_bio(bio); in btrfs_orig_write_end_io() local
523 static blk_status_t btrfs_bio_csum(struct btrfs_bio *bbio) in btrfs_bio_csum()
535 struct btrfs_bio *bbio; member
597 static bool should_async_write(struct btrfs_bio *bbio) in should_async_write()
634 static bool btrfs_wq_submit_bio(struct btrfs_bio *bbio, in btrfs_wq_submit_bio()
655 static u64 btrfs_append_map_length(struct btrfs_bio *bbio, u64 map_length) in btrfs_append_map_length()
674 static bool btrfs_submit_chunk(struct btrfs_bio *bbio, int mirror_num) in btrfs_submit_chunk()
794 void btrfs_submit_bbio(struct btrfs_bio *bbio, int mirror_num) in btrfs_submit_bbio()
873 void btrfs_submit_repair_write(struct btrfs_bio *bbio, int mirror_num, bool dev_replace) in btrfs_submit_repair_write()