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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nilfs2/
H A Dsegbuf.c39 int nr_vecs; member in struct:nilfs_write_info
398 wi->nr_vecs = min(wi->max_pages, wi->rest_blocks);
411 * @nr_vecs: request size of page vector.
417 int nr_vecs)
421 bio = bio_alloc(GFP_NOIO, nr_vecs);
423 while (!bio && (nr_vecs >>= 1))
424 bio = bio_alloc(GFP_NOIO, nr_vecs);
439 wi->nr_vecs = min(wi->max_pages, wi->rest_blocks);
450 BUG_ON(wi->nr_vecs <= 0);
454 wi->nr_vecs);
416 nilfs_alloc_seg_bio(struct the_nilfs *nilfs, sector_t start, int nr_vecs) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nilfs2/
H A Dsegbuf.c39 int nr_vecs; member in struct:nilfs_write_info
398 wi->nr_vecs = min(wi->max_pages, wi->rest_blocks);
411 * @nr_vecs: request size of page vector.
417 int nr_vecs)
421 bio = bio_alloc(GFP_NOIO, nr_vecs);
423 while (!bio && (nr_vecs >>= 1))
424 bio = bio_alloc(GFP_NOIO, nr_vecs);
439 wi->nr_vecs = min(wi->max_pages, wi->rest_blocks);
450 BUG_ON(wi->nr_vecs <= 0);
454 wi->nr_vecs);
416 nilfs_alloc_seg_bio(struct the_nilfs *nilfs, sector_t start, int nr_vecs) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/
H A Dbio-integrity.c31 unsigned short nr_vecs; member in struct:integrity_slab
35 #define IS(x) { .nr_vecs = x, .name = "bip-"__stringify(x) }
75 * @nr_vecs: Number of integrity metadata scatter-gather elements
79 * metadata. nr_vecs specifies the maximum number of pages containing
84 unsigned int nr_vecs,
88 unsigned int idx = vecs_to_idx(nr_vecs);
122 * @nr_vecs: Number of integrity metadata scatter-gather elements
125 * metadata. nr_vecs specifies the maximum number of pages containing
130 unsigned int nr_vecs)
132 return bio_integrity_alloc_bioset(bio, gfp_mask, nr_vecs, fs_bio_se
82 bio_integrity_alloc_bioset(struct bio *bio, gfp_t gfp_mask, unsigned int nr_vecs, struct bio_set *bs) argument
128 bio_integrity_alloc(struct bio *bio, gfp_t gfp_mask, unsigned int nr_vecs) argument
[all...]
H A Dmpage.c101 sector_t first_sector, int nr_vecs,
106 bio = bio_alloc(gfp_flags, nr_vecs);
109 while (!bio && (nr_vecs /= 2))
110 bio = bio_alloc(gfp_flags, nr_vecs);
100 mpage_alloc(struct block_device *bdev, sector_t first_sector, int nr_vecs, gfp_t gfp_flags) argument
H A Dbio.c45 #define BV(x) { .nr_vecs = x, .name = "biovec-"__stringify(x) }
154 return bvec_slabs[idx].nr_vecs;
1660 if (bvs->nr_vecs <= BIO_INLINE_VECS) {
1666 size = bvs->nr_vecs * sizeof(struct bio_vec);
H A Ddirect-io.c330 sector_t first_sector, int nr_vecs)
338 bio = bio_alloc(GFP_KERNEL, nr_vecs);
329 dio_bio_alloc(struct dio *dio, struct block_device *bdev, sector_t first_sector, int nr_vecs) argument
H A Dsplice.c1581 unsigned int nr_vecs, struct page **pages,
1587 while (nr_vecs) {
1665 nr_vecs--;
1580 get_iovec_page_array(const struct iovec __user *iov, unsigned int nr_vecs, struct page **pages, struct partial_page *partial, int aligned, unsigned int pipe_buffers) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/
H A Dbio-integrity.c31 unsigned short nr_vecs; member in struct:integrity_slab
35 #define IS(x) { .nr_vecs = x, .name = "bip-"__stringify(x) }
75 * @nr_vecs: Number of integrity metadata scatter-gather elements
79 * metadata. nr_vecs specifies the maximum number of pages containing
84 unsigned int nr_vecs,
88 unsigned int idx = vecs_to_idx(nr_vecs);
122 * @nr_vecs: Number of integrity metadata scatter-gather elements
125 * metadata. nr_vecs specifies the maximum number of pages containing
130 unsigned int nr_vecs)
132 return bio_integrity_alloc_bioset(bio, gfp_mask, nr_vecs, fs_bio_se
82 bio_integrity_alloc_bioset(struct bio *bio, gfp_t gfp_mask, unsigned int nr_vecs, struct bio_set *bs) argument
128 bio_integrity_alloc(struct bio *bio, gfp_t gfp_mask, unsigned int nr_vecs) argument
[all...]
H A Dmpage.c101 sector_t first_sector, int nr_vecs,
106 bio = bio_alloc(gfp_flags, nr_vecs);
109 while (!bio && (nr_vecs /= 2))
110 bio = bio_alloc(gfp_flags, nr_vecs);
100 mpage_alloc(struct block_device *bdev, sector_t first_sector, int nr_vecs, gfp_t gfp_flags) argument
H A Dbio.c45 #define BV(x) { .nr_vecs = x, .name = "biovec-"__stringify(x) }
154 return bvec_slabs[idx].nr_vecs;
1660 if (bvs->nr_vecs <= BIO_INLINE_VECS) {
1666 size = bvs->nr_vecs * sizeof(struct bio_vec);
H A Ddirect-io.c330 sector_t first_sector, int nr_vecs)
338 bio = bio_alloc(GFP_KERNEL, nr_vecs);
329 dio_bio_alloc(struct dio *dio, struct block_device *bdev, sector_t first_sector, int nr_vecs) argument
H A Dsplice.c1581 unsigned int nr_vecs, struct page **pages,
1587 while (nr_vecs) {
1665 nr_vecs--;
1580 get_iovec_page_array(const struct iovec __user *iov, unsigned int nr_vecs, struct page **pages, struct partial_page *partial, int aligned, unsigned int pipe_buffers) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/btrfs/
H A Dcompression.c95 int nr_vecs; local
97 nr_vecs = bio_get_nr_vecs(bdev);
98 bio = bio_alloc(gfp_flags, nr_vecs);
101 while (!bio && (nr_vecs /= 2))
102 bio = bio_alloc(gfp_flags, nr_vecs);
H A Dextent_io.c1876 extent_bio_alloc(struct block_device *bdev, u64 first_sector, int nr_vecs, argument
1881 bio = bio_alloc(gfp_flags, nr_vecs);
1884 while (!bio && (nr_vecs /= 2))
1885 bio = bio_alloc(gfp_flags, nr_vecs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/btrfs/
H A Dcompression.c95 int nr_vecs; local
97 nr_vecs = bio_get_nr_vecs(bdev);
98 bio = bio_alloc(gfp_flags, nr_vecs);
101 while (!bio && (nr_vecs /= 2))
102 bio = bio_alloc(gfp_flags, nr_vecs);
H A Dextent_io.c1876 extent_bio_alloc(struct block_device *bdev, u64 first_sector, int nr_vecs, argument
1881 bio = bio_alloc(gfp_flags, nr_vecs);
1884 while (!bio && (nr_vecs /= 2))
1885 bio = bio_alloc(gfp_flags, nr_vecs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dbio.h305 int nr_vecs; member in struct:biovec_slab
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dbio.h305 int nr_vecs; member in struct:biovec_slab

Completed in 321 milliseconds