Home
last modified time | relevance | path

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

/fs/ocfs2/
Dbuffer_head_io.c82 submit_bh(REQ_OP_WRITE, 0, bh); in ocfs2_write_block()
157 submit_bh(REQ_OP_READ, 0, bh); in ocfs2_read_blocks_sync()
313 submit_bh(REQ_OP_READ, 0, bh); in ocfs2_read_blocks()
427 submit_bh(REQ_OP_WRITE, 0, bh); in ocfs2_write_super_or_backup()
/fs/btrfs/
Dcheck-integrity.h27 #define btrfsic_submit_bh submit_bh
Dcheck-integrity.c2758 return submit_bh(op, op_flags, bh); in btrfsic_submit_bh()
2807 return submit_bh(op, op_flags, bh); in btrfsic_submit_bh()
/fs/ext4/
Dmmp.c55 submit_bh(REQ_OP_WRITE, WRITE_SYNC | REQ_META | REQ_PRIO, bh); in write_mmp_block()
91 submit_bh(REQ_OP_READ, READ_SYNC | REQ_META | REQ_PRIO, *bh); in read_mmp_block()
Dballoc.c475 submit_bh(REQ_OP_READ, REQ_META | REQ_PRIO, bh); in ext4_read_block_bitmap_nowait()
Dialloc.c176 submit_bh(REQ_OP_READ, REQ_META | REQ_PRIO, bh); in ext4_read_inode_bitmap()
Dinode.c4415 submit_bh(REQ_OP_READ, REQ_META | REQ_PRIO, bh); in __ext4_get_inode_loc()
/fs/
Dbuffer.c1228 submit_bh(REQ_OP_READ, 0, bh); in __bread_slow()
2317 submit_bh(REQ_OP_READ, 0, bh); in block_read_full_page()
2651 submit_bh(REQ_OP_READ, 0, bh); in nobh_write_begin()
3112 int submit_bh(int op, int op_flags, struct buffer_head *bh) in submit_bh() function
3116 EXPORT_SYMBOL(submit_bh);
3157 submit_bh(op, op_flags, bh); in ll_rw_block()
3164 submit_bh(op, op_flags, bh); in ll_rw_block()
3182 submit_bh(REQ_OP_WRITE, op_flags, bh); in write_dirty_buffer()
3200 ret = submit_bh(REQ_OP_WRITE, op_flags, bh); in __sync_dirty_buffer()
3463 submit_bh(REQ_OP_READ, 0, bh); in bh_submit_read()
/fs/nilfs2/
Dgcinode.c104 submit_bh(REQ_OP_READ, 0, bh); in nilfs_gccache_submit_read_data()
Dbtnode.c117 submit_bh(mode, mode_flags, bh); in nilfs_btnode_submit_block()
Dmdt.c160 submit_bh(mode, mode_flags, bh); in nilfs_mdt_submit_block()
/fs/jbd2/
Dcommit.c158 ret = submit_bh(REQ_OP_WRITE, WRITE_SYNC | WRITE_FLUSH_FUA, bh); in journal_submit_commit_record()
160 ret = submit_bh(REQ_OP_WRITE, WRITE_SYNC, bh); in journal_submit_commit_record()
720 submit_bh(REQ_OP_WRITE, WRITE_SYNC, bh); in jbd2_journal_commit_transaction()
Djournal.c1364 ret = submit_bh(REQ_OP_WRITE, write_flags, bh); in jbd2_write_superblock()
/fs/ntfs/
Daops.c365 submit_bh(REQ_OP_READ, 0, tbh); in ntfs_read_block()
880 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.c824 submit_bh(REQ_OP_WRITE, 0, bh); in ntfs_empty_logfile()
Dcompress.c673 submit_bh(REQ_OP_READ, 0, tbh); in ntfs_read_compressed_block()
Dmft.c595 submit_bh(REQ_OP_WRITE, 0, tbh); in ntfs_sync_mft_mirror()
788 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()
/fs/gfs2/
Dmeta_io.c82 submit_bh(REQ_OP_WRITE, write_flags, bh); in gfs2_aspace_writepage()
Dbmap.c288 submit_bh(REQ_OP_READ, REQ_RAHEAD | REQ_META, in gfs2_metapath_ra()
Ddir.c1516 submit_bh(REQ_OP_READ, REQ_RAHEAD | REQ_META, bh); in gfs2_dir_readahead()
/fs/reiserfs/
Dinode.c2671 submit_bh(REQ_OP_WRITE, 0, bh); in reiserfs_write_full_page()
2731 submit_bh(REQ_OP_WRITE, 0, bh); in reiserfs_write_full_page()
Djournal.c655 submit_bh(REQ_OP_WRITE, 0, bh); in submit_logged_buffer()
665 submit_bh(REQ_OP_WRITE, 0, bh); in submit_ordered_buffer()