Lines Matching refs:bio_flags

169 				unsigned long bio_flags)  in submit_one_bio()  argument
180 bio_flags); in submit_one_bio()
183 mirror_num, bio_flags); in submit_one_bio()
2513 failrec->bio_flags = 0; in btrfs_get_io_failure_record()
2537 failrec->bio_flags = EXTENT_BIO_COMPRESSED; in btrfs_get_io_failure_record()
2538 extent_set_compress_type(&failrec->bio_flags, em->compress_type); in btrfs_get_io_failure_record()
2666 failrec->bio_flags); in btrfs_repair_one_sector()
3202 unsigned long bio_flags) in btrfs_bio_add_page() argument
3214 if (bio_ctrl->bio_flags != bio_flags) in btrfs_bio_add_page()
3217 if (bio_ctrl->bio_flags & EXTENT_BIO_COMPRESSED) in btrfs_bio_add_page()
3260 if (bio_ctrl->bio_flags & EXTENT_BIO_COMPRESSED) { in calc_bio_boundaries()
3304 unsigned long bio_flags) in alloc_new_bio() argument
3314 if (bio_flags & EXTENT_BIO_COMPRESSED) in alloc_new_bio()
3319 bio_ctrl->bio_flags = bio_flags; in alloc_new_bio()
3375 unsigned long bio_flags, in submit_extent_page() argument
3387 ret = submit_one_bio(bio_ctrl->bio, mirror_num, bio_ctrl->bio_flags); in submit_extent_page()
3402 bio_flags); in submit_extent_page()
3410 if (bio_flags & EXTENT_BIO_COMPRESSED) in submit_extent_page()
3413 bio_flags); in submit_extent_page()
3417 pg_offset + offset, bio_flags); in submit_extent_page()
3432 bio_ctrl->bio_flags); in submit_extent_page()
5160 if (submit_one_bio(bio_ctrl.bio, 0, bio_ctrl.bio_flags)) in extent_readahead()
6612 err = submit_one_bio(bio_ctrl.bio, mirror_num, bio_ctrl.bio_flags); in read_extent_buffer_pages()