Lines Matching refs:op_flags
53 static int submit_bh_wbc(int op, int op_flags, struct buffer_head *bh,
3026 static int submit_bh_wbc(int op, int op_flags, struct buffer_head *bh, in submit_bh_wbc() argument
3062 op_flags |= REQ_META; in submit_bh_wbc()
3064 op_flags |= REQ_PRIO; in submit_bh_wbc()
3065 bio_set_op_attrs(bio, op, op_flags); in submit_bh_wbc()
3079 int submit_bh(int op, int op_flags, struct buffer_head *bh) in submit_bh() argument
3081 return submit_bh_wbc(op, op_flags, bh, 0, NULL); in submit_bh()
3111 void ll_rw_block(int op, int op_flags, int nr, struct buffer_head *bhs[]) in ll_rw_block() argument
3124 submit_bh(op, op_flags, bh); in ll_rw_block()
3131 submit_bh(op, op_flags, bh); in ll_rw_block()
3140 void write_dirty_buffer(struct buffer_head *bh, int op_flags) in write_dirty_buffer() argument
3149 submit_bh(REQ_OP_WRITE, op_flags, bh); in write_dirty_buffer()
3158 int __sync_dirty_buffer(struct buffer_head *bh, int op_flags) in __sync_dirty_buffer() argument
3167 ret = submit_bh(REQ_OP_WRITE, op_flags, bh); in __sync_dirty_buffer()