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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbio.h215 extern struct bio_set *bioset_create(unsigned int, unsigned int);
216 extern void bioset_free(struct bio_set *);
220 extern struct bio *bio_alloc_bioset(gfp_t, int, struct bio_set *);
222 extern void bio_free(struct bio *, struct bio_set *);
271 extern struct bio_vec *bvec_alloc_bs(gfp_t, int, unsigned long *, struct bio_set *);
272 extern void bvec_free_bs(struct bio_set *, struct bio_vec *, unsigned int);
284 * bio_set is used to allow other portions of the IO system to
293 struct bio_set { struct
310 extern struct bio_set *fs_bio_set;
501 extern struct bio_integrity_payload *bio_integrity_alloc_bioset(struct bio *, gfp_t, unsigned int, struct bio_set *);
[all...]
H A Dblk_types.h12 struct bio_set;
H A Dblkdev.h704 struct bio_set *bs, gfp_t gfp_mask,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbio.c52 * fs_bio_set is the bio_set containing bio and iovec memory pools used by
55 struct bio_set *fs_bio_set;
123 static void bio_put_slab(struct bio_set *bs)
157 void bvec_free_bs(struct bio_set *bs, struct bio_vec *bv, unsigned int idx)
171 struct bio_set *bs)
233 void bio_free(struct bio *bio, struct bio_set *bs)
267 * @bs: the bio_set to allocate from.
278 struct bio *bio_alloc_bioset(gfp_t gfp_mask, int nr_iovecs, struct bio_set *bs)
1573 * create memory pools for biovec's in a bio_set.
1576 static int biovec_create_pools(struct bio_set *b
[all...]
H A Dbio-integrity.c76 * @bs: bio_set to allocate from
85 struct bio_set *bs)
139 * @bs: bio_set this bio was allocated from
144 void bio_integrity_free(struct bio *bio, struct bio_set *bs)
732 * @bs: bio_set to allocate bip from
737 gfp_t gfp_mask, struct bio_set *bs)
760 int bioset_integrity_create(struct bio_set *bs, int pool_size)
774 void bioset_integrity_free(struct bio_set *bs)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-io.c25 struct bio_set *bios;
H A Ddm.c177 struct bio_set *bs;
213 struct bio_set *bs;
1093 * Store bio_set for cleanup.
1116 struct bio_set *bs = bio->bi_private;
1126 unsigned int len, struct bio_set *bs)
1158 unsigned int len, struct bio_set *bs)
H A Ddm-crypt.c105 struct bio_set *bs;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-core.c2515 * @bs: bio_set that bios for clone are allocated from
2531 struct bio_set *bs, gfp_t gfp_mask,

Completed in 134 milliseconds