Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/include/linux/
Dbio.h268 static inline void bio_get_first_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_first_bvec() function
278 bio_get_first_bvec(bio, bv); in bio_get_last_bvec()