Lines Matching refs:op_flags
55 static int submit_bh_wbc(int op, int op_flags, struct buffer_head *bh,
3037 static int submit_bh_wbc(int op, int op_flags, struct buffer_head *bh, in submit_bh_wbc() argument
3069 op_flags |= REQ_META; in submit_bh_wbc()
3071 op_flags |= REQ_PRIO; in submit_bh_wbc()
3072 bio_set_op_attrs(bio, op, op_flags); in submit_bh_wbc()
3086 int submit_bh(int op, int op_flags, struct buffer_head *bh) in submit_bh() argument
3088 return submit_bh_wbc(op, op_flags, bh, 0, NULL); in submit_bh()
3118 void ll_rw_block(int op, int op_flags, int nr, struct buffer_head *bhs[]) in ll_rw_block() argument
3131 submit_bh(op, op_flags, bh); in ll_rw_block()
3138 submit_bh(op, op_flags, bh); in ll_rw_block()
3147 void write_dirty_buffer(struct buffer_head *bh, int op_flags) in write_dirty_buffer() argument
3156 submit_bh(REQ_OP_WRITE, op_flags, bh); in write_dirty_buffer()
3165 int __sync_dirty_buffer(struct buffer_head *bh, int op_flags) in __sync_dirty_buffer() argument
3183 ret = submit_bh(REQ_OP_WRITE, op_flags, bh); in __sync_dirty_buffer()