/fs/ocfs2/ |
D | buffer_head_io.c | 69 submit_bh(REQ_OP_WRITE, 0, bh); in ocfs2_write_block() 152 submit_bh(REQ_OP_READ, 0, bh); in ocfs2_read_blocks_sync() 333 submit_bh(REQ_OP_READ, 0, bh); in ocfs2_read_blocks() 454 submit_bh(REQ_OP_WRITE, 0, bh); in ocfs2_write_super_or_backup()
|
/fs/ |
D | buffer.c | 1211 submit_bh(REQ_OP_READ, 0, bh); in __bread_slow() 2370 submit_bh(REQ_OP_READ, 0, bh); in block_read_full_page() 2701 submit_bh(REQ_OP_READ, 0, bh); in nobh_write_begin() 3089 int submit_bh(int op, int op_flags, struct buffer_head *bh) in submit_bh() function 3093 EXPORT_SYMBOL(submit_bh); 3134 submit_bh(op, op_flags, bh); in ll_rw_block() 3141 submit_bh(op, op_flags, bh); in ll_rw_block() 3159 submit_bh(REQ_OP_WRITE, op_flags, bh); in write_dirty_buffer() 3186 ret = submit_bh(REQ_OP_WRITE, op_flags, bh); in __sync_dirty_buffer() 3441 submit_bh(REQ_OP_READ, 0, bh); in bh_submit_read()
|
/fs/nilfs2/ |
D | gcinode.c | 93 submit_bh(REQ_OP_READ, 0, bh); in nilfs_gccache_submit_read_data()
|
D | btnode.c | 125 submit_bh(mode, mode_flags, bh); in nilfs_btnode_submit_block()
|
D | mdt.c | 151 submit_bh(mode, mode_flags, bh); in nilfs_mdt_submit_block()
|
/fs/jbd2/ |
D | commit.c | 156 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() 778 submit_bh(REQ_OP_WRITE, REQ_SYNC, bh); in jbd2_journal_commit_transaction()
|
D | journal.c | 1595 ret = submit_bh(REQ_OP_WRITE, write_flags, bh); in jbd2_write_superblock()
|
/fs/ntfs/ |
D | aops.c | 345 submit_bh(REQ_OP_READ, 0, tbh); in ntfs_read_block() 860 submit_bh(REQ_OP_WRITE, 0, bh); in ntfs_write_block() 1188 submit_bh(REQ_OP_WRITE, 0, tbh); in ntfs_write_mst_block()
|
D | logfile.c | 811 submit_bh(REQ_OP_WRITE, 0, bh); in ntfs_empty_logfile()
|
D | compress.c | 661 submit_bh(REQ_OP_READ, 0, tbh); in ntfs_read_compressed_block()
|
D | mft.c | 586 submit_bh(REQ_OP_WRITE, 0, tbh); in ntfs_sync_mft_mirror() 783 submit_bh(REQ_OP_WRITE, 0, tbh); in write_mft_record_nolock()
|
D | file.c | 542 return submit_bh(REQ_OP_READ, 0, bh); in ntfs_submit_bh_for_read()
|
/fs/ext4/ |
D | mmp.c | 51 submit_bh(REQ_OP_WRITE, REQ_SYNC | REQ_META | REQ_PRIO, bh); in write_mmp_block_thawed()
|
D | fast_commit.c | 571 submit_bh(REQ_OP_WRITE, write_flags, bh); in ext4_fc_submit_bh()
|
D | super.c | 157 submit_bh(REQ_OP_READ, op_flags, bh); in __ext4_read_bh()
|
/fs/gfs2/ |
D | meta_io.c | 78 submit_bh(REQ_OP_WRITE, write_flags, bh); in gfs2_aspace_writepage()
|
D | dir.c | 1509 submit_bh(REQ_OP_READ, in gfs2_dir_readahead()
|
D | bmap.c | 310 submit_bh(REQ_OP_READ, in gfs2_metapath_ra()
|
/fs/reiserfs/ |
D | inode.c | 2669 submit_bh(REQ_OP_WRITE, 0, bh); in reiserfs_write_full_page() 2729 submit_bh(REQ_OP_WRITE, 0, bh); in reiserfs_write_full_page()
|
D | journal.c | 655 submit_bh(REQ_OP_WRITE, 0, bh); in submit_logged_buffer() 665 submit_bh(REQ_OP_WRITE, 0, bh); in submit_ordered_buffer()
|