Searched refs:bi_max_vecs (Results 1 - 19 of 19) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dblk_types.h60 unsigned int bi_max_vecs; /* max bvl_vecs we can hold */ member in struct:bio
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dblk_types.h60 unsigned int bi_max_vecs; /* max bvl_vecs we can hold */ member in struct:bio
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dblk_types.h60 unsigned int bi_max_vecs; /* max bvl_vecs we can hold */ member in struct:bio
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dblk_types.h60 unsigned int bi_max_vecs; /* max bvl_vecs we can hold */ member in struct:bio
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dblk_types.h60 unsigned int bi_max_vecs; /* max bvl_vecs we can hold */ member in struct:bio
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/
H A Dbio.c307 bio->bi_max_vecs = nr_iovecs;
383 bio->bi_max_vecs = nr_iovecs;
449 bio_src->bi_max_vecs * sizeof(struct bio_vec));
474 struct bio *b = bio_alloc_bioset(gfp_mask, bio->bi_max_vecs, fs_bio_set);
570 if (bio->bi_vcnt >= bio->bi_max_vecs)
1518 bp->bio1.bi_max_vecs = 1;
1519 bp->bio2.bi_max_vecs = 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/
H A Dbio.c307 bio->bi_max_vecs = nr_iovecs;
383 bio->bi_max_vecs = nr_iovecs;
449 bio_src->bi_max_vecs * sizeof(struct bio_vec));
474 struct bio *b = bio_alloc_bioset(gfp_mask, bio->bi_max_vecs, fs_bio_set);
570 if (bio->bi_vcnt >= bio->bi_max_vecs)
1518 bp->bio1.bi_max_vecs = 1;
1519 bp->bio2.bi_max_vecs = 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dosdblk.c269 tmp = bio_kmalloc(gfpmask, old_chain->bi_max_vecs);
H A Dpktcdvd.c545 bio->bi_max_vecs = nr_iovecs;
1120 bio->bi_max_vecs = 1;
1371 pkt->w_bio->bi_max_vecs = PACKET_MAX_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dosdblk.c269 tmp = bio_kmalloc(gfpmask, old_chain->bi_max_vecs);
H A Dpktcdvd.c545 bio->bi_max_vecs = nr_iovecs;
1120 bio->bi_max_vecs = 1;
1371 pkt->w_bio->bi_max_vecs = PACKET_MAX_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/exofs/
H A Dios.c564 master_dev->bio->bi_max_vecs);
568 master_dev->bio->bi_max_vecs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/exofs/
H A Dios.c564 master_dev->bio->bi_max_vecs);
568 master_dev->bio->bi_max_vecs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/md/
H A Ddm.c1162 clone = bio_alloc_bioset(GFP_NOIO, bio->bi_max_vecs, bs);
1205 * ci->bio->bi_max_vecs is BIO_INLINE_VECS anyway, for both flush
1208 clone = bio_alloc_bioset(GFP_NOIO, ci->bio->bi_max_vecs, ci->md->bs);
H A Draid5.c546 bi->bi_max_vecs = 1;
1679 dev->req.bi_max_vecs++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/md/
H A Ddm.c1162 clone = bio_alloc_bioset(GFP_NOIO, bio->bi_max_vecs, bs);
1205 * ci->bio->bi_max_vecs is BIO_INLINE_VECS anyway, for both flush
1208 clone = bio_alloc_bioset(GFP_NOIO, ci->bio->bi_max_vecs, ci->md->bs);
H A Draid5.c546 bi->bi_max_vecs = 1;
1679 dev->req.bi_max_vecs++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/block/
H A Dblk-core.c2543 bio = bio_alloc_bioset(gfp_mask, bio_src->bi_max_vecs, bs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/block/
H A Dblk-core.c2543 bio = bio_alloc_bioset(gfp_mask, bio_src->bi_max_vecs, bs);

Completed in 249 milliseconds