| /Linux-v5.4/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()
|
| /Linux-v5.4/fs/btrfs/ |
| D | check-integrity.h | 14 #define btrfsic_submit_bh submit_bh
|
| D | check-integrity.c | 2740 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/ |
| D | mmp.c | 55 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()
|
| D | balloc.c | 484 submit_bh(REQ_OP_READ, REQ_META | REQ_PRIO, bh); in ext4_read_block_bitmap_nowait()
|
| D | ialloc.c | 193 submit_bh(REQ_OP_READ, REQ_META | REQ_PRIO, bh); in ext4_read_inode_bitmap()
|
| /Linux-v5.4/fs/nilfs2/ |
| D | gcinode.c | 95 submit_bh(REQ_OP_READ, 0, bh); in nilfs_gccache_submit_read_data()
|
| D | btnode.c | 108 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()
|
| /Linux-v5.4/fs/ |
| D | buffer.c | 1177 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/ |
| 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() 727 submit_bh(REQ_OP_WRITE, REQ_SYNC, bh); in jbd2_journal_commit_transaction()
|
| D | journal.c | 1376 ret = submit_bh(REQ_OP_WRITE, write_flags, bh); in jbd2_write_superblock()
|
| /Linux-v5.4/fs/ntfs/ |
| D | aops.c | 348 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()
|
| 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()
|
| /Linux-v5.4/include/linux/ |
| D | buffer_head.h | 203 int submit_bh(int, int, struct buffer_head *);
|
| /Linux-v5.4/fs/gfs2/ |
| D | meta_io.c | 78 submit_bh(REQ_OP_WRITE, write_flags, bh); in gfs2_aspace_writepage()
|
| D | dir.c | 1512 submit_bh(REQ_OP_READ, in gfs2_dir_readahead()
|
| D | bmap.c | 313 submit_bh(REQ_OP_READ, in gfs2_metapath_ra()
|
| /Linux-v5.4/drivers/md/ |
| D | md-bitmap.c | 305 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/ |
| D | inode.c | 2666 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()
|
| D | journal.c | 657 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/ |
| D | biodoc.rst | 759 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.
|