LEVEL_II_OPLOCK_TYPE 1028 source3/locking/locking.c 	num_props += (LEVEL_II_OPLOCK_TYPE(e->op_type) ? 1 : 0);
LEVEL_II_OPLOCK_TYPE  924 source3/smbd/open.c 		if (LEVEL_II_OPLOCK_TYPE(lck->share_modes[i].op_type)) {
LEVEL_II_OPLOCK_TYPE  757 source3/smbd/oplock.c 	if (!LEVEL_II_OPLOCK_TYPE(fsp->oplock_type))
LEVEL_II_OPLOCK_TYPE  562 source3/smbd/oplock_onefs.c 	if (LEVEL_II_OPLOCK_TYPE(fsp->oplock_type))
LEVEL_II_OPLOCK_TYPE  624 source3/smbd/oplock_onefs.c 	if (LEVEL_II_OPLOCK_TYPE(samba_oplock_type)) return OPLOCK_SHARED;