/linux-4.4.14/block/ |
D | blk-lib.c | 78 bio = bio_alloc(gfp_mask, 1); in blkdev_issue_discard() 166 bio = bio_alloc(gfp_mask, 1); in blkdev_issue_write_same() 230 bio = bio_alloc(gfp_mask, in __blkdev_issue_zeroout()
|
D | blk-flush.c | 485 bio = bio_alloc(gfp_mask, 0); in blkdev_issue_flush()
|
/linux-4.4.14/fs/logfs/ |
D | dev_bdev.c | 86 bio = bio_alloc(GFP_NOFS, max_pages); in __bdev_writeseg() 106 bio = bio_alloc(GFP_NOFS, max_pages); in __bdev_writeseg() 176 bio = bio_alloc(GFP_NOFS, max_pages); in do_erase() 196 bio = bio_alloc(GFP_NOFS, max_pages); in do_erase()
|
/linux-4.4.14/drivers/md/ |
D | dm-log-writes.c | 198 bio = bio_alloc(GFP_KERNEL, 1); in write_metadata() 261 bio = bio_alloc(GFP_KERNEL, block->vec_cnt); in log_one_block() 283 bio = bio_alloc(GFP_KERNEL, block->vec_cnt - i); in log_one_block()
|
D | dm-thin.c | 359 bio = bio_alloc(gfp_mask, 1); in __blkdev_issue_discard_async()
|
D | md.c | 170 return bio_alloc(gfp_mask, nr_iovecs); in bio_alloc_mddev()
|
/linux-4.4.14/fs/nilfs2/ |
D | segbuf.c | 399 bio = bio_alloc(GFP_NOIO, nr_vecs); in nilfs_alloc_seg_bio() 402 bio = bio_alloc(GFP_NOIO, nr_vecs); in nilfs_alloc_seg_bio()
|
/linux-4.4.14/fs/ |
D | mpage.c | 73 bio = bio_alloc(gfp_flags, nr_vecs); in mpage_alloc() 77 bio = bio_alloc(gfp_flags, nr_vecs); in mpage_alloc()
|
D | direct-io.c | 368 bio = bio_alloc(GFP_KERNEL, nr_vecs); in dio_bio_alloc()
|
D | buffer.c | 3020 bio = bio_alloc(GFP_NOIO, 1); in submit_bh_wbc()
|
/linux-4.4.14/fs/hfsplus/ |
D | wrapper.c | 65 bio = bio_alloc(GFP_NOIO, 1); in hfsplus_submit_bio()
|
/linux-4.4.14/fs/ext4/ |
D | readpage.c | 286 bio = bio_alloc(GFP_KERNEL, in ext4_mpage_readpages()
|
D | crypto.c | 421 bio = bio_alloc(GFP_KERNEL, 1); in ext4_encrypted_zeroout()
|
D | page-io.c | 379 bio = bio_alloc(GFP_NOIO, BIO_MAX_PAGES); in io_submit_init_bio()
|
/linux-4.4.14/mm/ |
D | page_io.c | 32 bio = bio_alloc(gfp_flags, 1); in get_swap_bio()
|
/linux-4.4.14/fs/jfs/ |
D | jfs_metapage.c | 432 bio = bio_alloc(GFP_NOFS, 1); in metapage_writepage() 511 bio = bio_alloc(GFP_NOFS, 1); in metapage_readpage()
|
D | jfs_logmgr.c | 1998 bio = bio_alloc(GFP_NOFS, 1); in lbmRead() 2142 bio = bio_alloc(GFP_NOFS, 1); in lbmStartIO()
|
/linux-4.4.14/fs/nfs/blocklayout/ |
D | blocklayout.c | 124 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.4.14/include/linux/ |
D | bio.h | 444 static inline struct bio *bio_alloc(gfp_t gfp_mask, unsigned int nr_iovecs) in bio_alloc() function
|
/linux-4.4.14/drivers/block/xen-blkback/ |
D | blkback.c | 1342 bio = bio_alloc(GFP_KERNEL, nr_iovecs); in dispatch_rw_block_io() 1360 bio = bio_alloc(GFP_KERNEL, 0); in dispatch_rw_block_io()
|
/linux-4.4.14/drivers/target/ |
D | target_core_iblock.c | 387 bio = bio_alloc(GFP_KERNEL, 0); in iblock_execute_sync_cache()
|
/linux-4.4.14/fs/gfs2/ |
D | lops.c | 268 bio = bio_alloc(GFP_NOIO, BIO_MAX_PAGES); in gfs2_log_alloc_bio()
|
D | ops_fstype.c | 242 bio = bio_alloc(GFP_NOFS, 1); in gfs2_read_super()
|
/linux-4.4.14/fs/f2fs/ |
D | f2fs.h | 1299 bio = bio_alloc(GFP_NOIO, npages); in f2fs_bio_alloc() 1301 bio = bio_alloc(GFP_NOIO | __GFP_NOFAIL, npages); in f2fs_bio_alloc()
|
D | data.c | 975 bio = bio_alloc(GFP_KERNEL, in f2fs_mpage_readpages()
|
/linux-4.4.14/Documentation/block/ |
D | data-integrity.txt | 220 stored in the integrity bio_vec list (similar to bio_alloc()).
|
D | biodoc.txt | 588 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.4.14/kernel/power/ |
D | swap.c | 260 bio = bio_alloc(__GFP_RECLAIM | __GFP_HIGH, 1); in hib_submit_io()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_buf.c | 1168 bio = bio_alloc(GFP_NOIO, nr_pages); in xfs_buf_ioapply_map()
|
D | xfs_aops.c | 392 struct bio *bio = bio_alloc(GFP_NOIO, BIO_MAX_PAGES); in xfs_alloc_ioend_bio()
|
/linux-4.4.14/drivers/lightnvm/ |
D | rrpc.c | 283 bio = bio_alloc(GFP_NOIO, 1); in rrpc_move_valid_pages()
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | heartbeat.c | 408 bio = bio_alloc(GFP_ATOMIC, 16); in o2hb_setup_one_bio()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_main.c | 154 return bio_alloc(gfp_mask, 1); in bio_alloc_drbd()
|
D | drbd_receiver.c | 1413 bio = bio_alloc(GFP_NOIO, nr_pages); in drbd_submit_peer_request()
|