Home
last modified time | relevance | path

Searched refs:submit_bh (Results 1 - 25 of 44) sorted by relevance

12

/kernel/linux/linux-5.10/fs/ocfs2/
H A 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()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dbuffer_head_io.c67 submit_bh(REQ_OP_WRITE, bh); in ocfs2_write_block()
150 submit_bh(REQ_OP_READ, bh); in ocfs2_read_blocks_sync()
331 submit_bh(REQ_OP_READ, bh); in ocfs2_read_blocks()
452 submit_bh(REQ_OP_WRITE, bh); in ocfs2_write_super_or_backup()
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dgcinode.c93 submit_bh(REQ_OP_READ, 0, bh); in nilfs_gccache_submit_read_data()
H A Dbtnode.c125 submit_bh(mode, mode_flags, bh); in nilfs_btnode_submit_block()
H A Dmdt.c151 submit_bh(mode, mode_flags, bh); in nilfs_mdt_submit_block()
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dgcinode.c93 submit_bh(REQ_OP_READ, bh); in nilfs_gccache_submit_read_data()
H A Dbtnode.c125 submit_bh(opf, bh); in nilfs_btnode_submit_block()
H A Dmdt.c151 submit_bh(opf, bh); in nilfs_mdt_submit_block()
/kernel/linux/linux-6.6/fs/
H A Dbuffer.c1279 submit_bh(REQ_OP_READ, bh); in __bread_slow()
1802 * directly, with submit_bh(). At the address_space level PageWriteback
1920 * write_dirty_buffer/submit_bh. A rare case. in __block_write_full_folio()
2454 submit_bh(REQ_OP_READ, bh); in block_read_full_folio()
2829 void submit_bh(blk_opf_t opf, struct buffer_head *bh) in submit_bh() function
2833 EXPORT_SYMBOL(submit_bh); variable
2844 submit_bh(REQ_OP_WRITE | op_flags, bh); in write_dirty_buffer()
2869 submit_bh(REQ_OP_WRITE | op_flags, bh); in __sync_dirty_buffer()
3096 submit_bh(REQ_OP_READ | op_flags, bh); in __bh_read()
3140 submit_bh(REQ_OP_REA in __bh_read_batch()
[all...]
/kernel/linux/linux-5.10/fs/
H A Dbuffer.c1209 submit_bh(REQ_OP_READ, 0, bh); in __bread_slow()
1705 * directly, with submit_bh(). At the address_space level PageWriteback
1824 * ll_rw_block/submit_bh. A rare case. in __block_write_full_page()
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); variable
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_WRIT in write_dirty_buffer()
[all...]
/kernel/linux/linux-5.10/fs/jbd2/
H 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()
778 submit_bh(REQ_OP_WRITE, REQ_SYNC, bh); in jbd2_journal_commit_transaction()
/kernel/linux/linux-5.10/fs/ext4/
H A Dmmp.c51 submit_bh(REQ_OP_WRITE, REQ_SYNC | REQ_META | REQ_PRIO, bh); in write_mmp_block_thawed()
/kernel/linux/linux-6.6/fs/ext4/
H A Dmmp.c51 submit_bh(REQ_OP_WRITE | REQ_SYNC | REQ_META | REQ_PRIO, bh); in write_mmp_block_thawed()
/kernel/linux/linux-5.10/fs/ntfs/
H 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()
H A Dlogfile.c811 submit_bh(REQ_OP_WRITE, 0, bh); in ntfs_empty_logfile()
H A Dcompress.c661 submit_bh(REQ_OP_READ, 0, tbh); in ntfs_read_compressed_block()
/kernel/linux/linux-6.6/fs/ntfs/
H A Daops.c345 submit_bh(REQ_OP_READ, tbh); in ntfs_read_block()
862 submit_bh(REQ_OP_WRITE, bh); in ntfs_write_block()
1190 submit_bh(REQ_OP_WRITE, tbh); in ntfs_write_mst_block()
H A Dlogfile.c810 submit_bh(REQ_OP_WRITE, bh); in ntfs_empty_logfile()
H A Dcompress.c661 submit_bh(REQ_OP_READ, tbh); in ntfs_read_compressed_block()
/kernel/linux/linux-6.6/fs/jbd2/
H A Dcommit.c156 submit_bh(write_flags, bh); in journal_submit_commit_record()
731 submit_bh(REQ_OP_WRITE | JBD2_JOURNAL_REQ_FLAGS, in jbd2_journal_commit_transaction()
/kernel/linux/linux-5.10/fs/gfs2/
H A Dmeta_io.c78 submit_bh(REQ_OP_WRITE, write_flags, bh); in gfs2_aspace_writepage()
/kernel/linux/linux-5.10/include/linux/
H A Dbuffer_head.h58 * for backward compatibility reasons (e.g. submit_bh).
239 int submit_bh(int, int, struct buffer_head *);
/kernel/linux/linux-6.6/fs/gfs2/
H A Dmeta_io.c78 submit_bh(REQ_OP_WRITE | write_flags, bh); in gfs2_aspace_writepage()
/kernel/linux/linux-6.6/include/linux/
H A Dbuffer_head.h57 * for backward compatibility reasons (e.g. submit_bh).
244 void submit_bh(blk_opf_t, struct buffer_head *);
/kernel/linux/linux-5.10/drivers/md/
H A Dmd-bitmap.c298 submit_bh(REQ_OP_WRITE, REQ_SYNC, bh); in write_page()
390 submit_bh(REQ_OP_READ, 0, bh); in read_page()

Completed in 31 milliseconds

12