EXCLUSIVE_OPLOCK 1628 source3/include/smb.h #define EXCLUSIVE_OPLOCK_TYPE(lck) ((lck) & ((unsigned int)EXCLUSIVE_OPLOCK|(unsigned int)BATCH_OPLOCK))
EXCLUSIVE_OPLOCK  506 source3/smbd/nttrans.c 	oplock_request = (flags & REQUEST_OPLOCK) ? EXCLUSIVE_OPLOCK : 0;
EXCLUSIVE_OPLOCK  980 source3/smbd/nttrans.c 	oplock_request = (flags & REQUEST_OPLOCK) ? EXCLUSIVE_OPLOCK : 0;
EXCLUSIVE_OPLOCK  605 source3/smbd/oplock_onefs.c 		return EXCLUSIVE_OPLOCK;
EXCLUSIVE_OPLOCK  911 source3/smbd/trans2.c         oplock_request = (flags & REQUEST_OPLOCK) ? EXCLUSIVE_OPLOCK : 0;
EXCLUSIVE_OPLOCK 6407 source3/smbd/trans2.c 	oplock_request = (flags & REQUEST_OPLOCK) ? EXCLUSIVE_OPLOCK : 0;
EXCLUSIVE_OPLOCK  155 source3/utils/status.c 		if((e->op_type & (EXCLUSIVE_OPLOCK|BATCH_OPLOCK)) == 
EXCLUSIVE_OPLOCK  156 source3/utils/status.c 					(EXCLUSIVE_OPLOCK|BATCH_OPLOCK)) {
EXCLUSIVE_OPLOCK  158 source3/utils/status.c 		} else if (e->op_type & EXCLUSIVE_OPLOCK) {
EXCLUSIVE_OPLOCK  161 source3/web/statuspage.c 	    (EXCLUSIVE_OPLOCK|BATCH_OPLOCK)) == 
EXCLUSIVE_OPLOCK  162 source3/web/statuspage.c 	   (EXCLUSIVE_OPLOCK|BATCH_OPLOCK))
EXCLUSIVE_OPLOCK  164 source3/web/statuspage.c 	else if (e->op_type & EXCLUSIVE_OPLOCK)