Home
last modified time | relevance | path

Searched refs:bio_alloc (Results 1 – 32 of 32) sorted by relevance

/linux-4.1.27/fs/logfs/
Ddev_bdev.c88 bio = bio_alloc(GFP_NOFS, max_pages); in __bdev_writeseg()
108 bio = bio_alloc(GFP_NOFS, max_pages); in __bdev_writeseg()
180 bio = bio_alloc(GFP_NOFS, max_pages); in do_erase()
200 bio = bio_alloc(GFP_NOFS, max_pages); in do_erase()
/linux-4.1.27/block/
Dblk-lib.c89 bio = bio_alloc(gfp_mask, 1); in blkdev_issue_discard()
179 bio = bio_alloc(gfp_mask, 1); in blkdev_issue_write_same()
244 bio = bio_alloc(gfp_mask, in __blkdev_issue_zeroout()
Dblk-flush.c472 bio = bio_alloc(gfp_mask, 0); in blkdev_issue_flush()
/linux-4.1.27/kernel/power/
Dblock_io.c34 bio = bio_alloc(__GFP_WAIT | __GFP_HIGH, 1); in submit()
/linux-4.1.27/drivers/md/
Ddm-log-writes.c198 bio = bio_alloc(GFP_KERNEL, 1); in write_metadata()
262 bio = bio_alloc(GFP_KERNEL, block->vec_cnt); in log_one_block()
285 bio = bio_alloc(GFP_KERNEL, block->vec_cnt - i); in log_one_block()
Dmd.c170 return bio_alloc(gfp_mask, nr_iovecs); in bio_alloc_mddev()
/linux-4.1.27/fs/nilfs2/
Dsegbuf.c412 bio = bio_alloc(GFP_NOIO, nr_vecs); in nilfs_alloc_seg_bio()
415 bio = bio_alloc(GFP_NOIO, nr_vecs); in nilfs_alloc_seg_bio()
/linux-4.1.27/fs/
Dmpage.c73 bio = bio_alloc(gfp_flags, nr_vecs); in mpage_alloc()
77 bio = bio_alloc(gfp_flags, nr_vecs); in mpage_alloc()
Ddirect-io.c365 bio = bio_alloc(GFP_KERNEL, nr_vecs); in dio_bio_alloc()
Dbuffer.c3021 bio = bio_alloc(GFP_NOIO, 1); in _submit_bh()
/linux-4.1.27/fs/hfsplus/
Dwrapper.c65 bio = bio_alloc(GFP_NOIO, 1); in hfsplus_submit_bio()
/linux-4.1.27/fs/ext4/
Dreadpage.c286 bio = bio_alloc(GFP_KERNEL, in ext4_mpage_readpages()
Dcrypto.c518 bio = bio_alloc(GFP_KERNEL, 1); in ext4_encrypted_zeroout()
Dpage-io.c382 bio = bio_alloc(GFP_NOIO, min(nvecs, BIO_MAX_PAGES)); in io_submit_init_bio()
/linux-4.1.27/mm/
Dpage_io.c32 bio = bio_alloc(gfp_flags, 1); in get_swap_bio()
/linux-4.1.27/fs/jfs/
Djfs_metapage.c432 bio = bio_alloc(GFP_NOFS, 1); in metapage_writepage()
511 bio = bio_alloc(GFP_NOFS, 1); in metapage_readpage()
Djfs_logmgr.c1998 bio = bio_alloc(GFP_NOFS, 1); in lbmRead()
2145 bio = bio_alloc(GFP_NOFS, 1); in lbmStartIO()
/linux-4.1.27/fs/nfs/blocklayout/
Dblocklayout.c124 bio = bio_alloc(GFP_NOIO, npg); in bl_alloc_init_bio()
127 bio = bio_alloc(GFP_NOIO, npg); in bl_alloc_init_bio()
/linux-4.1.27/drivers/block/xen-blkback/
Dblkback.c1329 bio = bio_alloc(GFP_KERNEL, nr_iovecs); in dispatch_rw_block_io()
1347 bio = bio_alloc(GFP_KERNEL, 0); in dispatch_rw_block_io()
/linux-4.1.27/include/linux/
Dbio.h394 static inline struct bio *bio_alloc(gfp_t gfp_mask, unsigned int nr_iovecs) in bio_alloc() function
/linux-4.1.27/fs/gfs2/
Dlops.c270 bio = bio_alloc(GFP_NOIO, nrvecs); in gfs2_log_alloc_bio()
Dops_fstype.c242 bio = bio_alloc(GFP_NOFS, 1); in gfs2_read_super()
/linux-4.1.27/drivers/target/
Dtarget_core_iblock.c408 bio = bio_alloc(GFP_KERNEL, 0); in iblock_execute_sync_cache()
/linux-4.1.27/Documentation/block/
Ddata-integrity.txt220 stored in the integrity bio_vec list (similar to bio_alloc()).
Dbiodoc.txt588 freeing of bios (bio_alloc, bio_get, bio_put).
609 The caller of bio_alloc is expected to taken certain steps to avoid
625 The bio_alloc routine also needs to allocate the bio_vec_list (bvec_alloc())
627 so bio_alloc(gfp_mask, nr_iovecs) will allocate a vec_list of the
/linux-4.1.27/fs/xfs/
Dxfs_buf.c1170 bio = bio_alloc(GFP_NOIO, nr_pages); in xfs_buf_ioapply_map()
Dxfs_aops.c387 struct bio *bio = bio_alloc(GFP_NOIO, nvecs); in xfs_alloc_ioend_bio()
/linux-4.1.27/fs/f2fs/
Ddata.c84 bio = bio_alloc(GFP_NOIO, npages); in __bio_alloc()
Dsegment.c304 struct bio *bio = bio_alloc(GFP_NOIO, 0); in issue_flush_thread()
/linux-4.1.27/fs/ocfs2/cluster/
Dheartbeat.c408 bio = bio_alloc(GFP_ATOMIC, 16); in o2hb_setup_one_bio()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_main.c154 return bio_alloc(gfp_mask, 1); in bio_alloc_drbd()
Ddrbd_receiver.c1412 bio = bio_alloc(GFP_NOIO, nr_pages); in drbd_submit_peer_request()