Home
last modified time | relevance | path

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

12

/linux/fs/ocfs2/
A Dbuffer_head_io.c67 submit_bh(REQ_OP_WRITE, 0, bh); in ocfs2_write_block()
150 submit_bh(REQ_OP_READ, 0, bh); in ocfs2_read_blocks_sync()
331 submit_bh(REQ_OP_READ, 0, bh); in ocfs2_read_blocks()
452 submit_bh(REQ_OP_WRITE, 0, bh); in ocfs2_write_super_or_backup()
/linux/fs/
A Dbuffer.c1180 submit_bh(REQ_OP_READ, 0, bh); in __bread_slow()
2339 submit_bh(REQ_OP_READ, 0, bh); in block_read_full_page()
2670 submit_bh(REQ_OP_READ, 0, bh); in nobh_write_begin()
3058 int submit_bh(int op, int op_flags, struct buffer_head *bh) in submit_bh() function
3062 EXPORT_SYMBOL(submit_bh);
3103 submit_bh(op, op_flags, bh); in ll_rw_block()
3110 submit_bh(op, op_flags, bh); in ll_rw_block()
3128 submit_bh(REQ_OP_WRITE, op_flags, bh); in write_dirty_buffer()
3155 ret = submit_bh(REQ_OP_WRITE, op_flags, bh); in __sync_dirty_buffer()
3383 submit_bh(REQ_OP_READ, 0, bh); in bh_submit_read()
/linux/fs/nilfs2/
A Dgcinode.c95 submit_bh(REQ_OP_READ, 0, bh); in nilfs_gccache_submit_read_data()
A Dbtnode.c108 submit_bh(mode, mode_flags, bh); in nilfs_btnode_submit_block()
A Dmdt.c151 submit_bh(mode, mode_flags, bh); in nilfs_mdt_submit_block()
/linux/fs/jbd2/
A 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()
775 submit_bh(REQ_OP_WRITE, REQ_SYNC, bh); in jbd2_journal_commit_transaction()
A Djournal.c1633 ret = submit_bh(REQ_OP_WRITE, write_flags, bh); in jbd2_write_superblock()
/linux/fs/ntfs/
A Daops.c345 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()
A Dlogfile.c810 submit_bh(REQ_OP_WRITE, 0, bh); in ntfs_empty_logfile()
A Dcompress.c661 submit_bh(REQ_OP_READ, 0, tbh); in ntfs_read_compressed_block()
A Dmft.c586 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()
A Dfile.c540 return submit_bh(REQ_OP_READ, 0, bh); in ntfs_submit_bh_for_read()
/linux/fs/ext4/
A Dmmp.c55 submit_bh(REQ_OP_WRITE, REQ_SYNC | REQ_META | REQ_PRIO, bh); in write_mmp_block()
A Dfast_commit.c624 submit_bh(REQ_OP_WRITE, write_flags, bh); in ext4_fc_submit_bh()
A Dsuper.c156 submit_bh(REQ_OP_READ, op_flags, bh); in __ext4_read_bh()
/linux/include/linux/
A Dbuffer_head.h207 int submit_bh(int, int, struct buffer_head *);
/linux/fs/gfs2/
A Dmeta_io.c78 submit_bh(REQ_OP_WRITE, write_flags, bh); in gfs2_aspace_writepage()
A Ddir.c1511 submit_bh(REQ_OP_READ, in gfs2_dir_readahead()
A Dbmap.c313 submit_bh(REQ_OP_READ, in gfs2_metapath_ra()
/linux/drivers/md/
A Dmd-bitmap.c305 submit_bh(REQ_OP_WRITE, REQ_SYNC, bh); in write_page()
397 submit_bh(REQ_OP_READ, 0, bh); in read_page()
/linux/fs/ntfs3/
A Dfile.c248 submit_bh(REQ_OP_READ, 0, bh); in ntfs_zero_range()
/linux/fs/reiserfs/
A Dinode.c2667 submit_bh(REQ_OP_WRITE, 0, bh); in reiserfs_write_full_page()
2727 submit_bh(REQ_OP_WRITE, 0, bh); in reiserfs_write_full_page()
A Djournal.c653 submit_bh(REQ_OP_WRITE, 0, bh); in submit_logged_buffer()
663 submit_bh(REQ_OP_WRITE, 0, bh); in submit_ordered_buffer()
/linux/Documentation/block/
A Dbiodoc.rst759 The routine submit_bh() invokes submit_bio() on a bio corresponding to the
760 bh, allocating the bio if required. ll_rw_block() uses submit_bh() as before.
/linux/Documentation/trace/
A Dftrace.rst1464 => submit_bh
1749 => submit_bh

Completed in 77 milliseconds

12