/linux-4.1.27/fs/logfs/ |
D | dev_bdev.c | 88 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/ |
D | blk-lib.c | 89 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()
|
D | blk-flush.c | 472 bio = bio_alloc(gfp_mask, 0); in blkdev_issue_flush()
|
/linux-4.1.27/kernel/power/ |
D | block_io.c | 34 bio = bio_alloc(__GFP_WAIT | __GFP_HIGH, 1); in submit()
|
/linux-4.1.27/drivers/md/ |
D | dm-log-writes.c | 198 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()
|
D | md.c | 170 return bio_alloc(gfp_mask, nr_iovecs); in bio_alloc_mddev()
|
/linux-4.1.27/fs/nilfs2/ |
D | segbuf.c | 412 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/ |
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 | 365 bio = bio_alloc(GFP_KERNEL, nr_vecs); in dio_bio_alloc()
|
D | buffer.c | 3021 bio = bio_alloc(GFP_NOIO, 1); in _submit_bh()
|
/linux-4.1.27/fs/hfsplus/ |
D | wrapper.c | 65 bio = bio_alloc(GFP_NOIO, 1); in hfsplus_submit_bio()
|
/linux-4.1.27/fs/ext4/ |
D | readpage.c | 286 bio = bio_alloc(GFP_KERNEL, in ext4_mpage_readpages()
|
D | crypto.c | 518 bio = bio_alloc(GFP_KERNEL, 1); in ext4_encrypted_zeroout()
|
D | page-io.c | 382 bio = bio_alloc(GFP_NOIO, min(nvecs, BIO_MAX_PAGES)); in io_submit_init_bio()
|
/linux-4.1.27/mm/ |
D | page_io.c | 32 bio = bio_alloc(gfp_flags, 1); in get_swap_bio()
|
/linux-4.1.27/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() 2145 bio = bio_alloc(GFP_NOFS, 1); in lbmStartIO()
|
/linux-4.1.27/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.1.27/drivers/block/xen-blkback/ |
D | blkback.c | 1329 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/ |
D | bio.h | 394 static inline struct bio *bio_alloc(gfp_t gfp_mask, unsigned int nr_iovecs) in bio_alloc() function
|
/linux-4.1.27/fs/gfs2/ |
D | lops.c | 270 bio = bio_alloc(GFP_NOIO, nrvecs); in gfs2_log_alloc_bio()
|
D | ops_fstype.c | 242 bio = bio_alloc(GFP_NOFS, 1); in gfs2_read_super()
|
/linux-4.1.27/drivers/target/ |
D | target_core_iblock.c | 408 bio = bio_alloc(GFP_KERNEL, 0); in iblock_execute_sync_cache()
|
/linux-4.1.27/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.1.27/fs/xfs/ |
D | xfs_buf.c | 1170 bio = bio_alloc(GFP_NOIO, nr_pages); in xfs_buf_ioapply_map()
|
D | xfs_aops.c | 387 struct bio *bio = bio_alloc(GFP_NOIO, nvecs); in xfs_alloc_ioend_bio()
|
/linux-4.1.27/fs/f2fs/ |
D | data.c | 84 bio = bio_alloc(GFP_NOIO, npages); in __bio_alloc()
|
D | segment.c | 304 struct bio *bio = bio_alloc(GFP_NOIO, 0); in issue_flush_thread()
|
/linux-4.1.27/fs/ocfs2/cluster/ |
D | heartbeat.c | 408 bio = bio_alloc(GFP_ATOMIC, 16); in o2hb_setup_one_bio()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_main.c | 154 return bio_alloc(gfp_mask, 1); in bio_alloc_drbd()
|
D | drbd_receiver.c | 1412 bio = bio_alloc(GFP_NOIO, nr_pages); in drbd_submit_peer_request()
|