Lines Matching refs:op_flags
53 static int submit_bh_wbc(int op, int op_flags, struct buffer_head *bh,
3021 static int submit_bh_wbc(int op, int op_flags, struct buffer_head *bh, in submit_bh_wbc() argument
3057 op_flags |= REQ_META; in submit_bh_wbc()
3059 op_flags |= REQ_PRIO; in submit_bh_wbc()
3060 bio_set_op_attrs(bio, op, op_flags); in submit_bh_wbc()
3074 int submit_bh(int op, int op_flags, struct buffer_head *bh) in submit_bh() argument
3076 return submit_bh_wbc(op, op_flags, bh, 0, NULL); in submit_bh()
3106 void ll_rw_block(int op, int op_flags, int nr, struct buffer_head *bhs[]) in ll_rw_block() argument
3119 submit_bh(op, op_flags, bh); in ll_rw_block()
3126 submit_bh(op, op_flags, bh); in ll_rw_block()
3135 void write_dirty_buffer(struct buffer_head *bh, int op_flags) in write_dirty_buffer() argument
3144 submit_bh(REQ_OP_WRITE, op_flags, bh); in write_dirty_buffer()
3153 int __sync_dirty_buffer(struct buffer_head *bh, int op_flags) in __sync_dirty_buffer() argument
3171 ret = submit_bh(REQ_OP_WRITE, op_flags, bh); in __sync_dirty_buffer()