Home
last modified time | relevance | path

Searched refs:queue_virt_boundary (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/block/
H A Dblk-map.c650 else if (queue_virt_boundary(q)) in blk_rq_map_user_iov()
651 copy = queue_virt_boundary(q) & iov_iter_gap_alignment(iter); in blk_rq_map_user_iov()
H A Dblk-merge.c57 if (!bio_has_data(prev) || !queue_virt_boundary(q)) in bio_will_gap()
69 if (pb.bv_offset & queue_virt_boundary(q)) in bio_will_gap()
/openbmc/linux/include/linux/
H A Dblkdev.h1103 static inline unsigned long queue_virt_boundary(const struct request_queue *q) in queue_virt_boundary() function