Lines Matching defs:btrfs_bio_ctrl
97 struct btrfs_bio_ctrl { struct
98 struct btrfs_bio *bbio;
100 loff_t next_file_offset;
101 enum btrfs_compression_type compress_type;
102 u32 len_to_oe_boundary;
103 blk_opf_t opf;
123 u64 generation;
124 btrfs_bio_end_io_t end_io_func;
125 struct writeback_control *wbc;
132 unsigned long submit_bitmap;
133 struct readahead_control *ractl;
160 static void bio_set_csum_search_commit_root(struct btrfs_bio_ctrl *bio_ctrl) in bio_set_csum_search_commit_root() argument