Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/
Dxfs_bio_io.c7 static inline unsigned int bio_max_vecs(unsigned int count) in bio_max_vecs() function
29 bio = bio_alloc(GFP_KERNEL, bio_max_vecs(left)); in xfs_rw_bdev()
42 bio = bio_alloc(GFP_KERNEL, bio_max_vecs(left)); in xfs_rw_bdev()