Searched refs:fs_bio_set (Results 1 - 4 of 4) sorted by relevance

/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; variable in typeref:struct:bio_set
319 bio_free(bio, fs_bio_set);
329 * fs_bio_set. Also see @bio_alloc_bioset and @bio_kmalloc.
343 struct bio *bio = bio_alloc_bioset(gfp_mask, nr_iovecs, fs_bio_set);
355 bio_integrity_free(bio, fs_bio_set);
474 struct bio *b = bio_alloc_bioset(gfp_mask, bio->bi_max_vecs, fs_bio_set);
485 ret = bio_integrity_clone(b, bio, gfp_mask, fs_bio_set);
1683 fs_bio_set = bioset_create(BIO_POOL_SIZE, 0);
1684 if (!fs_bio_set)
[all...]
H A Dbio-integrity.c132 return bio_integrity_alloc_bioset(bio, gfp_mask, nr_vecs, fs_bio_set);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbio.h310 extern struct bio_set *fs_bio_set;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-core.c2538 bs = fs_bio_set;

Completed in 47 milliseconds