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()
2485 failrec->bio_flags = 0; in btrfs_get_io_failure_record()
2510 failrec->bio_flags = EXTENT_BIO_COMPRESSED; in btrfs_get_io_failure_record()
2511 extent_set_compress_type(&failrec->bio_flags, em->compress_type); in btrfs_get_io_failure_record()
2702 failrec->bio_flags); in btrfs_submit_read_repair()
3034 unsigned long bio_flags, in submit_extent_page() argument
3055 if (btrfs_bio_fits_in_stripe(page, page_size, bio, bio_flags)) in submit_extent_page()
3058 if (prev_bio_flags != bio_flags || !contig || !can_merge || in submit_extent_page()
3143 struct bio **bio, unsigned long *bio_flags, in btrfs_do_readpage() argument
3323 *bio_flags, in btrfs_do_readpage()
3328 *bio_flags = this_bio_flag; in btrfs_do_readpage()
3350 unsigned long *bio_flags, in contiguous_readpages() argument
3359 btrfs_do_readpage(pages[index], em_cached, bio, bio_flags, in contiguous_readpages()
4351 unsigned long bio_flags = 0; in extent_readahead() local
4364 &em_cached, &bio, &bio_flags, &prev_em_start); in extent_readahead()
4371 if (submit_one_bio(bio, 0, bio_flags)) in extent_readahead()
5496 unsigned long bio_flags = 0; in read_extent_buffer_pages() local
5570 err = submit_one_bio(bio, mirror_num, bio_flags); in read_extent_buffer_pages()