Searched refs:queue_virt_boundary (Results 1 – 2 of 2) sorted by relevance
17 if (!queue_virt_boundary(q)) in iovec_gap_to_prv()26 return (((unsigned long)cur->iov_base & queue_virt_boundary(q)) || in iovec_gap_to_prv()27 prev_end & queue_virt_boundary(q)); in iovec_gap_to_prv()
1165 static inline unsigned long queue_virt_boundary(struct request_queue *q) in queue_virt_boundary() function1374 ((bprv->bv_offset + bprv->bv_len) & queue_virt_boundary(q)); in __bvec_gap_to_prev()1384 if (!queue_virt_boundary(q)) in bvec_gap_to_prev()1392 if (bio_has_data(prev) && queue_virt_boundary(q)) { in bio_will_gap()