Home
last modified time | relevance | path

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

12

/Linux-v5.4/fs/ocfs2/
Dbuffer_head_io.c69 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()
/Linux-v5.4/fs/btrfs/
Dcheck-integrity.h14 #define btrfsic_submit_bh submit_bh
Dcheck-integrity.c2740 return submit_bh(op, op_flags, bh); in btrfsic_submit_bh()
2789 return submit_bh(op, op_flags, bh); in btrfsic_submit_bh()
/Linux-v5.4/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-v5.4/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-v5.4/fs/
Dbuffer.c1177 submit_bh(REQ_OP_READ, 0, bh); in __bread_slow()
2296 submit_bh(REQ_OP_READ, 0, bh); in block_read_full_page()
2627 submit_bh(REQ_OP_READ, 0, bh); in nobh_write_begin()
3099 int submit_bh(int op, int op_flags, struct buffer_head *bh) in submit_bh() function
3103 EXPORT_SYMBOL(submit_bh);
3144 submit_bh(op, op_flags, bh); in ll_rw_block()
3151 submit_bh(op, op_flags, bh); in ll_rw_block()
3169 submit_bh(REQ_OP_WRITE, op_flags, bh); in write_dirty_buffer()
3187 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()
/Linux-v5.4/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()
727 submit_bh(REQ_OP_WRITE, REQ_SYNC, bh); in jbd2_journal_commit_transaction()
Djournal.c1376 ret = submit_bh(REQ_OP_WRITE, write_flags, bh); in jbd2_write_superblock()
/Linux-v5.4/fs/ntfs/
Daops.c348 submit_bh(REQ_OP_READ, 0, tbh); in ntfs_read_block()
863 submit_bh(REQ_OP_WRITE, 0, bh); in ntfs_write_block()
1191 submit_bh(REQ_OP_WRITE, 0, tbh); in ntfs_write_mst_block()
Dlogfile.c811 submit_bh(REQ_OP_WRITE, 0, bh); in ntfs_empty_logfile()
Dcompress.c661 submit_bh(REQ_OP_READ, 0, tbh); in ntfs_read_compressed_block()
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()
Dfile.c542 return submit_bh(REQ_OP_READ, 0, bh); in ntfs_submit_bh_for_read()
/Linux-v5.4/include/linux/
Dbuffer_head.h203 int submit_bh(int, int, struct buffer_head *);
/Linux-v5.4/fs/gfs2/
Dmeta_io.c78 submit_bh(REQ_OP_WRITE, write_flags, bh); in gfs2_aspace_writepage()
Ddir.c1512 submit_bh(REQ_OP_READ, in gfs2_dir_readahead()
Dbmap.c313 submit_bh(REQ_OP_READ, in gfs2_metapath_ra()
/Linux-v5.4/drivers/md/
Dmd-bitmap.c305 submit_bh(REQ_OP_WRITE, REQ_SYNC, bh); in write_page()
400 submit_bh(REQ_OP_READ, 0, bh); in read_page()
/Linux-v5.4/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-v5.4/Documentation/block/
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.

12