Searched refs:_submit_bh (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/jbd/ |
D | commit.c | 175 _submit_bh(write_op, wbuf[i], 1 << BIO_SNAP_STABLE); in journal_do_submit_data() 689 _submit_bh(write_op, bh, 1 << BIO_SNAP_STABLE); in journal_commit_transaction()
|
/linux-4.1.27/include/linux/ |
D | buffer_head.h | 194 int _submit_bh(int rw, struct buffer_head *bh, unsigned long bio_flags);
|
/linux-4.1.27/fs/ |
D | buffer.c | 3000 int _submit_bh(int rw, struct buffer_head *bh, unsigned long bio_flags) in _submit_bh() function 3053 EXPORT_SYMBOL_GPL(_submit_bh); 3057 return _submit_bh(rw, bh, 0); in submit_bh()
|