Searched refs:nr_vecs (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| A D | bio-integrity.h | 71 struct bio_vec *bvecs, unsigned int nr_vecs);
|
| A D | bio.h | 356 struct bio *bio_alloc_bioset(struct block_device *bdev, unsigned short nr_vecs, 359 struct bio *bio_kmalloc(unsigned short nr_vecs, gfp_t gfp_mask); 370 unsigned short nr_vecs, blk_opf_t opf, gfp_t gfp_mask) in bio_alloc() argument 372 return bio_alloc_bioset(bdev, nr_vecs, opf, gfp_mask, &fs_bio_set); in bio_alloc()
|
Completed in 7 milliseconds