Searched refs:phys_gap_bit (Results 1 – 4 of 4) sorted by relevance
| /linux/block/ |
| H A D | blk-merge.c | 837 req->phys_gap_bit = bio_seg_gap(req->q, req->biotail, next->bio, in attempt_merge() 838 min_not_zero(next->phys_gap_bit, in attempt_merge() 839 req->phys_gap_bit)); in attempt_merge() 963 req->phys_gap_bit = bio_seg_gap(req->q, req->biotail, bio, in bio_attempt_back_merge() 964 req->phys_gap_bit); in bio_attempt_back_merge() 999 req->phys_gap_bit = bio_seg_gap(req->q, bio, req->bio, in bio_attempt_front_merge() 1000 req->phys_gap_bit); in bio_attempt_front_merge()
|
| H A D | blk-map.c | 445 rq->phys_gap_bit = bio_seg_gap(rq->q, rq->biotail, bio, in blk_rq_append_bio() 446 rq->phys_gap_bit); in blk_rq_append_bio() 457 rq->phys_gap_bit = bio->bi_bvec_gap_bit; in blk_rq_append_bio()
|
| H A D | blk-mq.c | 380 rq->phys_gap_bit = 0; in blk_rq_init() 690 rq->phys_gap_bit = 0; in blk_mq_alloc_request() 771 rq->phys_gap_bit = 0; in blk_mq_alloc_request_hctx() 2696 rq->phys_gap_bit = bio->bi_bvec_gap_bit; in blk_mq_bio_to_request() 3404 rq->phys_gap_bit = rq_src->phys_gap_bit; in blk_rq_prep_clone()
|
| /linux/include/linux/ |
| H A D | blk-mq.h | 163 unsigned char phys_gap_bit; member 226 return ~(((1 << req->phys_gap_bit) >> 1) - 1); in req_phys_gap_mask()
|