Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dblk.h74 return (offset & queue_virt_boundary(q)) || in __bvec_gap_to_prev()
75 ((bprv->bv_offset + bprv->bv_len) & queue_virt_boundary(q)); in __bvec_gap_to_prev()
85 if (!queue_virt_boundary(q)) in bvec_gap_to_prev()
H A Dblk-merge.c24 if (!bio_has_data(prev) || !queue_virt_boundary(q)) in bio_will_gap()
36 if (pb.bv_offset & queue_virt_boundary(q)) in bio_will_gap()
219 if ((bv->bv_offset + total_len) & queue_virt_boundary(q)) in bvec_split_segs()
H A Dblk-map.c595 else if (queue_virt_boundary(q)) in blk_rq_map_user_iov()
596 copy = queue_virt_boundary(q) & iov_iter_gap_alignment(iter); in blk_rq_map_user_iov()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblkdev.h1400 static inline unsigned long queue_virt_boundary(const struct request_queue *q) in queue_virt_boundary() function