Searched refs:bio_alloc (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-lib.c31 * @gfp_mask: memory allocation flags (for bio_alloc)
72 bio = bio_alloc(gfp_mask, 1);
142 * @gfp_mask: memory allocation flags (for bio_alloc)
174 bio = bio_alloc(gfp_mask,
H A Dblk-barrier.c289 * @gfp_mask: memory allocation flags (for bio_alloc)
323 bio = bio_alloc(gfp_mask, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dblock_io.c34 bio = bio_alloc(__GFP_WAIT | __GFP_HIGH, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/logfs/
H A Ddev_bdev.c104 bio = bio_alloc(GFP_NOFS, max_pages);
125 bio = bio_alloc(GFP_NOFS, max_pages);
200 bio = bio_alloc(GFP_NOFS, max_pages);
221 bio = bio_alloc(GFP_NOFS, max_pages);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpage_io.c28 bio = bio_alloc(gfp_flags, 1);
H A Dbounce.c203 bio = bio_alloc(GFP_NOIO, cnt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dwrapper.c41 bio = bio_alloc(GFP_NOIO, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dmpage.c106 bio = bio_alloc(gfp_flags, nr_vecs);
110 bio = bio_alloc(gfp_flags, nr_vecs);
H A Dbio.c323 * bio_alloc - allocate a new bio, memory pool backed
327 * bio_alloc will allocate a bio and associated bio_vec array that can hold
331 * If %__GFP_WAIT is set, then bio_alloc will always be able to allocate
341 struct bio *bio_alloc(gfp_t gfp_mask, int nr_iovecs) function
350 EXPORT_SYMBOL(bio_alloc); variable
412 * bio_alloc, bio_get or bio_clone. The last put of a bio will free it.
H A Ddirect-io.c335 * bio_alloc() is guaranteed to return a bio when called with
338 bio = bio_alloc(GFP_KERNEL, nr_vecs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dsegbuf.c421 bio = bio_alloc(GFP_NOIO, nr_vecs);
424 bio = bio_alloc(GFP_NOIO, nr_vecs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dcompression.c98 bio = bio_alloc(gfp_flags, nr_vecs);
102 bio = bio_alloc(gfp_flags, nr_vecs);
H A Dextent_io.c1881 bio = bio_alloc(gfp_flags, nr_vecs);
1885 bio = bio_alloc(gfp_flags, nr_vecs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbio.h218 extern struct bio *bio_alloc(gfp_t, int);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_metapage.c439 bio = bio_alloc(GFP_NOFS, 1);
518 bio = bio_alloc(GFP_NOFS, 1);
H A Djfs_logmgr.c2006 bio = bio_alloc(GFP_NOFS, 1);
2148 bio = bio_alloc(GFP_NOFS, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_actlog.c86 bio = bio_alloc(GFP_NOIO, 1);
580 bio = bio_alloc(GFP_KERNEL, 1);
H A Ddrbd_bitmap.c754 struct bio *bio = bio_alloc(GFP_KERNEL, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_buf.c1221 bio = bio_alloc(GFP_NOIO, 1);
1242 bio = bio_alloc(GFP_NOIO, nr_pages);
H A Dxfs_aops.c395 bio = bio_alloc(GFP_NOIO, nvecs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dops_fstype.c270 bio = bio_alloc(GFP_NOFS, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/cluster/
H A Dheartbeat.c260 bio = bio_alloc(GFP_ATOMIC, 16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dloop.c627 struct bio *bio = bio_alloc(GFP_KERNEL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dmd.c341 bi = bio_alloc(GFP_KERNEL, 0);
743 struct bio *bio = bio_alloc(GFP_NOIO, 1);
797 struct bio *bio = bio_alloc(GFP_NOIO, 1);
H A Draid1.c103 bio = bio_alloc(gfp_flags, RESYNC_PAGES);

Completed in 321 milliseconds

12