Searched refs:nr_vecs (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dmpage.c104 sector_t first_sector, int nr_vecs,
109 bio = bio_alloc(gfp_flags, nr_vecs);
112 while (!bio && (nr_vecs /= 2))
113 bio = bio_alloc(gfp_flags, nr_vecs);
103 mpage_alloc(struct block_device *bdev, sector_t first_sector, int nr_vecs, gfp_t gfp_flags) argument
H A Dbio.c45 int nr_vecs; member in struct:biovec_slab
56 #define BV(x) { .nr_vecs = x, .name = "biovec-"__stringify(x) }
104 memset(bvl, 0, bp->nr_vecs * sizeof(struct bio_vec));
179 bio->bi_max_vecs = bvec_slabs[idx].nr_vecs;
1188 size = bvs->nr_vecs * sizeof(struct bio_vec);
H A Dsplice.c1148 unsigned int nr_vecs, struct page **pages,
1159 while (nr_vecs) {
1239 nr_vecs--;
1147 get_iovec_page_array(const struct iovec __user *iov, unsigned int nr_vecs, struct page **pages, struct partial_page *partial, int aligned) argument
H A Ddirect-io.c320 sector_t first_sector, int nr_vecs)
324 bio = bio_alloc(GFP_KERNEL, nr_vecs);
319 dio_bio_alloc(struct dio *dio, struct block_device *bdev, sector_t first_sector, int nr_vecs) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_lib.c307 int i, err, nr_vecs = 0; local
319 nr_vecs = min_t(int, BIO_MAX_PAGES, nr_pages);
320 nr_pages -= nr_vecs;
322 bio = bio_alloc(gfp, nr_vecs);
337 if (bio->bi_vcnt >= nr_vecs) {

Completed in 108 milliseconds