Searched refs:queue_virt_boundary (Results 1 – 2 of 2) sorted by relevance
131 else if (queue_virt_boundary(q)) in blk_rq_map_user_iov()132 copy = queue_virt_boundary(q) & iov_iter_gap_alignment(iter); in blk_rq_map_user_iov()
1442 static inline unsigned long queue_virt_boundary(struct request_queue *q) in queue_virt_boundary() function1683 ((bprv->bv_offset + bprv->bv_len) & queue_virt_boundary(q)); in __bvec_gap_to_prev()1693 if (!queue_virt_boundary(q)) in bvec_gap_to_prev()1722 if (bio_has_data(prev) && queue_virt_boundary(q)) { in bio_will_gap()