Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbio.h190 for (i = 0, bvl = bio_first_bvec_all(bio); \
299 static inline struct bio_vec *bio_first_bvec_all(struct bio *bio) in bio_first_bvec_all() function
307 return bio_first_bvec_all(bio)->bv_page; in bio_first_page_all()
/Linux-v5.15/Documentation/block/
Dbiovecs.rst135 bio_first_bvec_all()
/Linux-v5.15/fs/btrfs/
Dcompression.c696 file_offset = bio_first_bvec_all(bio)->bv_offset + in btrfs_submit_compressed_read()
Dinode.c2504 struct page *page = bio_first_bvec_all(bio)->bv_page; in btrfs_submit_data_bio()