Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/fs/
H A Dbuffer.c1209 submit_bh(REQ_OP_READ, 0, bh); in __bread_slow()
2367 submit_bh(REQ_OP_READ, 0, bh); in block_read_full_page()
2698 submit_bh(REQ_OP_READ, 0, bh); in nobh_write_begin()
3086 int submit_bh(int op, int op_flags, struct buffer_head *bh) in submit_bh() function
3090 EXPORT_SYMBOL(submit_bh);
3131 submit_bh(op, op_flags, bh); in ll_rw_block()
3138 submit_bh(op, op_flags, bh); in ll_rw_block()
3156 submit_bh(REQ_OP_WRITE, op_flags, bh); in write_dirty_buffer()
3183 ret = submit_bh(REQ_OP_WRITE, op_flags, bh); in __sync_dirty_buffer()
3438 submit_bh(REQ_OP_READ, 0, bh); in bh_submit_read()
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dgcinode.c95 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()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_tuxera213 submit_bh
H A Dabi_gki_aarch64_asus238 submit_bh
H A Dabi_gki_aarch64_virtual_device899 submit_bh
H A Dabi_gki_aarch64_exynos1898 submit_bh
/OK3568_Linux_fs/kernel/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()
777 submit_bh(REQ_OP_WRITE, REQ_SYNC, bh); in jbd2_journal_commit_transaction()
H A Djournal.c1591 ret = submit_bh(REQ_OP_WRITE, write_flags, bh); in jbd2_write_superblock()
/OK3568_Linux_fs/kernel/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()
H 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()
H A Dfile.c542 return submit_bh(REQ_OP_READ, 0, bh); in ntfs_submit_bh_for_read()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dmmp.c55 submit_bh(REQ_OP_WRITE, REQ_SYNC | REQ_META | REQ_PRIO, bh); in write_mmp_block()
H A Dfast_commit.c563 submit_bh(REQ_OP_WRITE, write_flags, bh); in ext4_fc_submit_bh()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbuffer_head.h241 int submit_bh(int, int, struct buffer_head *);
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dmeta_io.c78 submit_bh(REQ_OP_WRITE, write_flags, bh); in gfs2_aspace_writepage()
H A Ddir.c1509 submit_bh(REQ_OP_READ, in gfs2_dir_readahead()
/OK3568_Linux_fs/kernel/drivers/md/
H 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()
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dinode.c2669 submit_bh(REQ_OP_WRITE, 0, bh); in reiserfs_write_full_page()
2729 submit_bh(REQ_OP_WRITE, 0, bh); in reiserfs_write_full_page()
H A 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()
/OK3568_Linux_fs/kernel/Documentation/block/
H 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.

12