Lines Matching defs:bbio

25 	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()
151 static void btrfs_orig_bbio_end_io(struct btrfs_bio *bbio) in btrfs_orig_bbio_end_io()
288 static void btrfs_check_read_bio(struct btrfs_bio *bbio, struct btrfs_device *dev) in btrfs_check_read_bio()
358 struct btrfs_bio *bbio = container_of(work, struct btrfs_bio, end_io_work); in btrfs_end_bio_work() local
369 struct btrfs_bio *bbio = btrfs_bio(bio); in btrfs_simple_end_io() local
391 struct btrfs_bio *bbio = btrfs_bio(bio); in btrfs_raid56_end_io() local
407 struct btrfs_bio *bbio = btrfs_bio(bio); in btrfs_orig_write_end_io() local
538 static blk_status_t btrfs_bio_csum(struct btrfs_bio *bbio) in btrfs_bio_csum()
550 struct btrfs_bio *bbio; member
612 static bool should_async_write(struct btrfs_bio *bbio) in should_async_write()
637 static bool btrfs_wq_submit_bio(struct btrfs_bio *bbio, in btrfs_wq_submit_bio()
658 static bool btrfs_submit_chunk(struct btrfs_bio *bbio, int mirror_num) in btrfs_submit_chunk()
756 void btrfs_submit_bio(struct btrfs_bio *bbio, int mirror_num) in btrfs_submit_bio()
835 void btrfs_submit_repair_write(struct btrfs_bio *bbio, int mirror_num, bool dev_replace) in btrfs_submit_repair_write()