Home
last modified time | relevance | path

Searched refs:bi_bvec_gap_bit (Results 1 – 5 of 5) sorted by relevance

/linux/block/
H A Dblk-merge.c382 bio->bi_bvec_gap_bit = ffs(gaps); in bio_split_io_at()
418 bio->bi_bvec_gap_bit = ffs(gaps); in bio_split_io_at()
763 gaps_bit = min_not_zero(gaps_bit, prev->bi_bvec_gap_bit); in bio_seg_gap()
764 gaps_bit = min_not_zero(gaps_bit, next->bi_bvec_gap_bit); in bio_seg_gap()
H A Dblk-map.c457 rq->phys_gap_bit = bio->bi_bvec_gap_bit; in blk_rq_append_bio()
H A Dbio.c256 bio->bi_bvec_gap_bit = 0; in bio_init()
H A Dblk-mq.c2696 rq->phys_gap_bit = bio->bi_bvec_gap_bit; in blk_mq_bio_to_request()
/linux/include/linux/
H A Dblk_types.h231 u8 bi_bvec_gap_bit; member