Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dbio.h279 static inline struct bio_vec *bio_first_bvec_all(struct bio *bio) in bio_first_bvec_all() function
287 return bio_first_bvec_all(bio)->bv_page; in bio_first_page_all()
/Linux-v5.4/Documentation/block/
Dbiovecs.rst132 bio_first_bvec_all()
/Linux-v5.4/drivers/md/bcache/
Dsuper.c1343 bio_first_bvec_all(&dc->sb_bio)->bv_page = sb_page; in register_bdev()
2248 bio_first_bvec_all(&ca->sb_bio)->bv_page = sb_page; in register_cache()
/Linux-v5.4/fs/btrfs/
Dinode.c7977 ASSERT(bio_first_bvec_all(bio)->bv_len == btrfs_inode_sectorsize(inode)); in btrfs_retry_endio_nocsum()
8068 ASSERT(bio_first_bvec_all(bio)->bv_len == btrfs_inode_sectorsize(done->inode)); in btrfs_retry_endio()