Home
last modified time | relevance | path

Searched refs:submit_bh (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v4.19/fs/ocfs2/
Dbuffer_head_io.c83 submit_bh(REQ_OP_WRITE, 0, bh); in ocfs2_write_block()
158 submit_bh(REQ_OP_READ, 0, bh); in ocfs2_read_blocks_sync()
314 submit_bh(REQ_OP_READ, 0, bh); in ocfs2_read_blocks()
429 submit_bh(REQ_OP_WRITE, 0, bh); in ocfs2_write_super_or_backup()
/Linux-v4.19/fs/btrfs/
Dcheck-integrity.h14 #define btrfsic_submit_bh submit_bh
Dcheck-integrity.c2736 return submit_bh(op, op_flags, bh); in btrfsic_submit_bh()
2785 return submit_bh(op, op_flags, bh); in btrfsic_submit_bh()
/Linux-v4.19/fs/ext4/
Dmmp.c55 submit_bh(REQ_OP_WRITE, REQ_SYNC | REQ_META | REQ_PRIO, bh); in write_mmp_block()
91 submit_bh(REQ_OP_READ, REQ_META | REQ_PRIO, *bh); in read_mmp_block()
Dballoc.c484 submit_bh(REQ_OP_READ, REQ_META | REQ_PRIO, bh); in ext4_read_block_bitmap_nowait()
Dialloc.c193 submit_bh(REQ_OP_READ, REQ_META | REQ_PRIO, bh); in ext4_read_inode_bitmap()
/Linux-v4.19/fs/nilfs2/
Dgcinode.c95 submit_bh(REQ_OP_READ, 0, bh); in nilfs_gccache_submit_read_data()
Dbtnode.c108 submit_bh(mode, mode_flags, bh); in nilfs_btnode_submit_block()
Dmdt.c151 submit_bh(mode, mode_flags, bh); in nilfs_mdt_submit_block()
/Linux-v4.19/fs/
Dbuffer.c1175 submit_bh(REQ_OP_READ, 0, bh); in __bread_slow()
2298 submit_bh(REQ_OP_READ, 0, bh); in block_read_full_page()
2629 submit_bh(REQ_OP_READ, 0, bh); in nobh_write_begin()
3091 int submit_bh(int op, int op_flags, struct buffer_head *bh) in submit_bh() function
3095 EXPORT_SYMBOL(submit_bh);
3136 submit_bh(op, op_flags, bh); in ll_rw_block()
3143 submit_bh(op, op_flags, bh); in ll_rw_block()
3161 submit_bh(REQ_OP_WRITE, op_flags, bh); in write_dirty_buffer()
3179 ret = submit_bh(REQ_OP_WRITE, op_flags, bh); in __sync_dirty_buffer()
3433 submit_bh(REQ_OP_READ, 0, bh); in bh_submit_read()
/Linux-v4.19/fs/jbd2/
Dcommit.c156 ret = submit_bh(REQ_OP_WRITE, in journal_submit_commit_record()
159 ret = submit_bh(REQ_OP_WRITE, REQ_SYNC, bh); in journal_submit_commit_record()
711 submit_bh(REQ_OP_WRITE, REQ_SYNC, bh); in jbd2_journal_commit_transaction()
Djournal.c1387 ret = submit_bh(REQ_OP_WRITE, write_flags, bh); in jbd2_write_superblock()
/Linux-v4.19/fs/ntfs/
Daops.c362 submit_bh(REQ_OP_READ, 0, tbh); in ntfs_read_block()
877 submit_bh(REQ_OP_WRITE, 0, bh); in ntfs_write_block()
1205 submit_bh(REQ_OP_WRITE, 0, tbh); in ntfs_write_mst_block()
Dlogfile.c825 submit_bh(REQ_OP_WRITE, 0, bh); in ntfs_empty_logfile()
Dcompress.c675 submit_bh(REQ_OP_READ, 0, tbh); in ntfs_read_compressed_block()
Dmft.c600 submit_bh(REQ_OP_WRITE, 0, tbh); in ntfs_sync_mft_mirror()
797 submit_bh(REQ_OP_WRITE, 0, tbh); in write_mft_record_nolock()
Dfile.c556 return submit_bh(REQ_OP_READ, 0, bh); in ntfs_submit_bh_for_read()
/Linux-v4.19/include/linux/
Dbuffer_head.h203 int submit_bh(int, int, struct buffer_head *);
/Linux-v4.19/fs/gfs2/
Dmeta_io.c81 submit_bh(REQ_OP_WRITE, write_flags, bh); in gfs2_aspace_writepage()
Ddir.c1513 submit_bh(REQ_OP_READ, in gfs2_dir_readahead()
Dbmap.c315 submit_bh(REQ_OP_READ, in gfs2_metapath_ra()
/Linux-v4.19/drivers/md/
Dmd-bitmap.c304 submit_bh(REQ_OP_WRITE, REQ_SYNC, bh); in write_page()
399 submit_bh(REQ_OP_READ, 0, bh); in read_page()
/Linux-v4.19/fs/reiserfs/
Dinode.c2666 submit_bh(REQ_OP_WRITE, 0, bh); in reiserfs_write_full_page()
2726 submit_bh(REQ_OP_WRITE, 0, bh); in reiserfs_write_full_page()
Djournal.c657 submit_bh(REQ_OP_WRITE, 0, bh); in submit_logged_buffer()
667 submit_bh(REQ_OP_WRITE, 0, bh); in submit_ordered_buffer()
/Linux-v4.19/Documentation/block/
Dbiodoc.txt804 The routine submit_bh() invokes submit_bio() on a bio corresponding to the
805 bh, allocating the bio if required. ll_rw_block() uses submit_bh() as before.

12