Lines Matching refs:op_flags
296 static void do_region(int op, int op_flags, unsigned region,
352 bio_set_op_attrs(bio, op, op_flags);
390 static void dispatch_io(int op, int op_flags, unsigned int num_regions,
400 op_flags |= REQ_SYNC;
408 if (where[i].count || (op_flags & REQ_PREFLUSH))
409 do_region(op, op_flags, i, where + i, dp, io);
433 struct dm_io_region *where, int op, int op_flags,
456 dispatch_io(op, op_flags, num_regions, where, dp, io, 1);
467 struct dm_io_region *where, int op, int op_flags,
488 dispatch_io(op, op_flags, num_regions, where, dp, io, 0);