Home
last modified time | relevance | path

Searched refs:bio_get_first_bvec (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/block/
Dblk-merge.c30 bio_get_first_bvec(prev_rq->bio, &pb); in bio_will_gap()
32 bio_get_first_bvec(prev, &pb); in bio_will_gap()
46 bio_get_first_bvec(next, &nb); in bio_will_gap()
/Linux-v5.10/include/linux/
Dbio.h253 static inline void bio_get_first_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_first_bvec() function