Lines Matching refs:op_flags
52 static int submit_bh_wbc(int op, int op_flags, struct buffer_head *bh,
3048 static int submit_bh_wbc(int op, int op_flags, struct buffer_head *bh, in submit_bh_wbc() argument
3085 op_flags |= REQ_META; in submit_bh_wbc()
3087 op_flags |= REQ_PRIO; in submit_bh_wbc()
3088 bio_set_op_attrs(bio, op, op_flags); in submit_bh_wbc()
3099 int submit_bh(int op, int op_flags, struct buffer_head *bh) in submit_bh() argument
3101 return submit_bh_wbc(op, op_flags, bh, 0, NULL); in submit_bh()
3131 void ll_rw_block(int op, int op_flags, int nr, struct buffer_head *bhs[]) in ll_rw_block() argument
3144 submit_bh(op, op_flags, bh); in ll_rw_block()
3151 submit_bh(op, op_flags, bh); in ll_rw_block()
3160 void write_dirty_buffer(struct buffer_head *bh, int op_flags) in write_dirty_buffer() argument
3169 submit_bh(REQ_OP_WRITE, op_flags, bh); in write_dirty_buffer()
3178 int __sync_dirty_buffer(struct buffer_head *bh, int op_flags) in __sync_dirty_buffer() argument
3187 ret = submit_bh(REQ_OP_WRITE, op_flags, bh); in __sync_dirty_buffer()