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

/linux-master/fs/ocfs2/
H A Dbuffer_head_io.c67 submit_bh(REQ_OP_WRITE, bh);
150 submit_bh(REQ_OP_READ, bh);
331 submit_bh(REQ_OP_READ, bh);
452 submit_bh(REQ_OP_WRITE, bh);
/linux-master/fs/nilfs2/
H A Dgcinode.c93 submit_bh(REQ_OP_READ, bh);
H A Dbtnode.c125 submit_bh(opf, bh);
H A Dmdt.c151 submit_bh(opf, bh);
/linux-master/fs/
H A Dbuffer.c1267 submit_bh(REQ_OP_READ, bh);
1788 * directly, with submit_bh(). At the address_space level PageWriteback
1906 * write_dirty_buffer/submit_bh. A rare case.
2436 submit_bh(REQ_OP_READ, bh);
2807 void submit_bh(blk_opf_t opf, struct buffer_head *bh) function
2811 EXPORT_SYMBOL(submit_bh); variable
2822 submit_bh(REQ_OP_WRITE | op_flags, bh);
2847 submit_bh(REQ_OP_WRITE | op_flags, bh);
3074 submit_bh(REQ_OP_READ | op_flags, bh);
3118 submit_bh(REQ_OP_REA
[all...]
/linux-master/fs/ext4/
H A Dmmp.c51 submit_bh(REQ_OP_WRITE | REQ_SYNC | REQ_META | REQ_PRIO, bh);
H A Dfast_commit.c672 submit_bh(REQ_OP_WRITE | write_flags, bh);
H A Dsuper.c175 submit_bh(REQ_OP_READ | op_flags, bh);
6205 submit_bh(REQ_OP_WRITE | REQ_SYNC |
/linux-master/include/linux/
H A Dbuffer_head.h57 * for backward compatibility reasons (e.g. submit_bh).
241 void submit_bh(blk_opf_t, struct buffer_head *);
/linux-master/fs/gfs2/
H A Dmeta_io.c78 submit_bh(REQ_OP_WRITE | write_flags, bh);
H A Ddir.c1511 submit_bh(REQ_OP_READ | REQ_RAHEAD | REQ_META |
H A Dbmap.c308 submit_bh(REQ_OP_READ | REQ_RAHEAD | REQ_META |
/linux-master/fs/jbd2/
H A Dcommit.c156 submit_bh(write_flags, bh);
731 submit_bh(REQ_OP_WRITE | JBD2_JOURNAL_REQ_FLAGS,
H A Djournal.c1829 submit_bh(REQ_OP_WRITE | write_flags, bh);
/linux-master/fs/reiserfs/
H A Dinode.c2644 * the first submit_bh can bring the folio out of writeback.
2650 submit_bh(REQ_OP_WRITE, bh);
2710 submit_bh(REQ_OP_WRITE, bh);
H A Djournal.c652 submit_bh(REQ_OP_WRITE, bh);
662 submit_bh(REQ_OP_WRITE, bh);
/linux-master/drivers/md/
H A Dmd-bitmap.c308 submit_bh(REQ_OP_WRITE | REQ_SYNC, bh);
395 submit_bh(REQ_OP_READ, bh);

Completed in 221 milliseconds