Searched refs:submit_bh_wbc (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | buffer.c | 49 static int submit_bh_wbc(int op, int op_flags, struct buffer_head *bh, 1789 submit_bh_wbc(REQ_OP_WRITE, write_flags, bh, 0, wbc); in __block_write_full_page() 1843 submit_bh_wbc(REQ_OP_WRITE, write_flags, bh, 0, wbc); in __block_write_full_page() 3054 static int submit_bh_wbc(int op, int op_flags, struct buffer_head *bh, in submit_bh_wbc() function 3108 return submit_bh_wbc(op, op_flags, bh, bio_flags, NULL); in _submit_bh() 3114 return submit_bh_wbc(op, op_flags, bh, 0, NULL); in submit_bh()
|