Searched refs:bio_get_nr_vecs (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dmpage.c302 min_t(int, nr_pages, bio_get_nr_vecs(bdev)),
575 bio_get_nr_vecs(bdev), GFP_NOFS|__GFP_HIGH);
H A Dbio.c498 * bio_get_nr_vecs - return approx number of vecs
506 int bio_get_nr_vecs(struct block_device *bdev) function
517 EXPORT_SYMBOL(bio_get_nr_vecs); variable
H A Ddirect-io.c588 nr_pages = min(dio->pages_in_io, bio_get_nr_vecs(dio->map_bh.b_bdev));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-io.c317 num_bvecs = min_t(int, bio_get_nr_vecs(where->bdev), num_bvecs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbio.h236 extern int bio_get_nr_vecs(struct block_device *);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dsegbuf.c438 wi->max_pages = bio_get_nr_vecs(wi->nilfs->ns_bdev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dcompression.c97 nr_vecs = bio_get_nr_vecs(bdev);
H A Dextent_io.c1966 nr = bio_get_nr_vecs(bdev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_aops.c392 int nvecs = bio_get_nr_vecs(bh->b_bdev);

Completed in 78 milliseconds