Searched refs:submit_bh_wbc (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | buffer.c | 48 static int submit_bh_wbc(int rw, struct buffer_head *bh, 1800 submit_bh_wbc(write_op, bh, 0, wbc); in __block_write_full_page() 1854 submit_bh_wbc(write_op, bh, 0, wbc); in __block_write_full_page() 3006 static int submit_bh_wbc(int rw, struct buffer_head *bh, in submit_bh_wbc() function 3058 return submit_bh_wbc(rw, bh, bio_flags, NULL); in _submit_bh() 3064 return submit_bh_wbc(rw, bh, 0, NULL); in submit_bh()
|