Lines Matching refs:op_flags
55 static int submit_bh_wbc(int op, int op_flags, struct buffer_head *bh,
3009 static int submit_bh_wbc(int op, int op_flags, struct buffer_head *bh, in submit_bh_wbc() argument
3041 op_flags |= REQ_META; in submit_bh_wbc()
3043 op_flags |= REQ_PRIO; in submit_bh_wbc()
3044 bio_set_op_attrs(bio, op, op_flags); in submit_bh_wbc()
3058 int submit_bh(int op, int op_flags, struct buffer_head *bh) in submit_bh() argument
3060 return submit_bh_wbc(op, op_flags, bh, 0, NULL); in submit_bh()
3090 void ll_rw_block(int op, int op_flags, int nr, struct buffer_head *bhs[]) in ll_rw_block() argument
3103 submit_bh(op, op_flags, bh); in ll_rw_block()
3110 submit_bh(op, op_flags, bh); in ll_rw_block()
3119 void write_dirty_buffer(struct buffer_head *bh, int op_flags) in write_dirty_buffer() argument
3128 submit_bh(REQ_OP_WRITE, op_flags, bh); in write_dirty_buffer()
3137 int __sync_dirty_buffer(struct buffer_head *bh, int op_flags) in __sync_dirty_buffer() argument
3155 ret = submit_bh(REQ_OP_WRITE, op_flags, bh); in __sync_dirty_buffer()