OPLOCK_LEVEL_BATCH
if ((ol_state & (OPLOCK_LEVEL_BATCH |
if (op->op_oplock_state & OPLOCK_LEVEL_BATCH) {
case OPLOCK_LEVEL_BATCH:
#define BATCH_OR_EXCL (OPLOCK_LEVEL_BATCH | OPLOCK_LEVEL_ONE)
(NewLevel & OPLOCK_LEVEL_BATCH) == 0)) {
op->op_oplock_state = OPLOCK_LEVEL_BATCH;
} else if (op->op_oplock_state & OPLOCK_LEVEL_BATCH) {
case OPLOCK_LEVEL_BATCH:
NewLevel = OPLOCK_LEVEL_BATCH;
op->op_oplock_state = OPLOCK_LEVEL_BATCH;
#define BATCH_OR_EXCL (OPLOCK_LEVEL_BATCH | OPLOCK_LEVEL_ONE)
if (op->op_oplock_state & OPLOCK_LEVEL_BATCH) {
#define BATCH_OPLOCK OPLOCK_LEVEL_BATCH /* 0x400 */
LEVEL_BATCH = OPLOCK_LEVEL_BATCH,