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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dbio.h63 struct bio_set;
279 extern struct bio_set *bioset_create(int, int);
280 extern void bioset_free(struct bio_set *);
283 extern struct bio *bio_alloc_bioset(gfp_t, int, struct bio_set *);
285 extern void bio_free(struct bio *, struct bio_set *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dbio.c63 * bio_set is used to allow other portions of the IO system to
68 struct bio_set { struct
74 * fs_bio_set is the bio_set containing bio and iovec memory pools used by
77 static struct bio_set *fs_bio_set;
79 static inline struct bio_vec *bvec_alloc_bs(gfp_t gfp_mask, int nr, unsigned long *idx, struct bio_set *bs)
110 void bio_free(struct bio *bio, struct bio_set *bio_set) argument
116 mempool_free(bio->bi_io_vec, bio_set->bvec_pools[pool_idx]);
117 mempool_free(bio, bio_set->bio_pool);
151 * @bs: the bio_set t
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Ddm.c108 struct bio_set *bs;
596 * Store bio_set for cleanup.
619 struct bio_set *bs = bio->bi_private;
629 unsigned int len, struct bio_set *bs)
654 unsigned int len, struct bio_set *bs)
H A Ddm-io.c18 struct bio_set *bios;
H A Ddm-crypt.c81 struct bio_set *bs;

Completed in 107 milliseconds