Home
last modified time | relevance | path

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

/linux/block/
H A Dblk.h175 static inline bool bvec_gap_to_prev(const struct queue_limits *lim, in bvec_gap_to_prev() function
281 return bvec_gap_to_prev(&req->q->limits, in integrity_req_gap_back_merge()
292 return bvec_gap_to_prev(&req->q->limits, in integrity_req_gap_front_merge()
H A Dbio-integrity.c249 if (bvec_gap_to_prev(&q->limits, bv, offset)) in bio_integrity_add_page()
H A Dblk-merge.c359 if (bvec_gap_to_prev(lim, bvprvp, bv.bv_offset)) in bio_split_io_at()