Lines Matching refs:bio_flags
164 unsigned long bio_flags) in submit_one_bio() argument
173 bio_flags); in submit_one_bio()
176 mirror_num, bio_flags); in submit_one_bio()
2487 failrec->bio_flags = 0; in btrfs_get_io_failure_record()
2512 failrec->bio_flags = EXTENT_BIO_COMPRESSED; in btrfs_get_io_failure_record()
2513 extent_set_compress_type(&failrec->bio_flags, em->compress_type); in btrfs_get_io_failure_record()
2704 failrec->bio_flags); in btrfs_submit_read_repair()
3036 unsigned long bio_flags, in submit_extent_page() argument
3057 if (btrfs_bio_fits_in_stripe(page, page_size, bio, bio_flags)) in submit_extent_page()
3060 if (prev_bio_flags != bio_flags || !contig || !can_merge || in submit_extent_page()
3145 struct bio **bio, unsigned long *bio_flags, in btrfs_do_readpage() argument
3325 *bio_flags, in btrfs_do_readpage()
3330 *bio_flags = this_bio_flag; in btrfs_do_readpage()
3352 unsigned long *bio_flags, in contiguous_readpages() argument
3361 btrfs_do_readpage(pages[index], em_cached, bio, bio_flags, in contiguous_readpages()
4347 unsigned long bio_flags = 0; in extent_readahead() local
4360 &em_cached, &bio, &bio_flags, &prev_em_start); in extent_readahead()
4367 if (submit_one_bio(bio, 0, bio_flags)) in extent_readahead()
5487 unsigned long bio_flags = 0; in read_extent_buffer_pages() local
5561 err = submit_one_bio(bio, mirror_num, bio_flags); in read_extent_buffer_pages()