Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dblk-merge.c29 bio_get_first_bvec(prev_rq->bio, &pb); in bio_will_gap()
31 bio_get_first_bvec(prev, &pb); in bio_will_gap()
45 bio_get_first_bvec(next, &nb); in bio_will_gap()
/Linux-v5.4/include/linux/
Dbio.h247 static inline void bio_get_first_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_first_bvec() function
/Linux-v5.4/fs/btrfs/
Dinode.c7932 bio_get_first_bvec(failed_bio, &bvec); in dio_read_error()