Lines Matching refs:operation
139 * A log entry is an operation and a bunch of arguments.
143 int operation;
255 do_log4(int operation, int arg0, int arg1, int arg2)
260 le->operation = operation;
271 log4(int operation, int arg0, int arg1, int arg2)
273 do_log4(operation, arg0, arg1, arg2);
299 if (lp->operation == OP_CLOSEOPEN ||
300 lp->operation == OP_INVALIDATE) {
301 switch (lp->operation) {
316 switch (lp->operation) {
366 lp->operation);