samba_oplock_type   39 source3/include/oplock_onefs.h enum oplock_type onefs_samba_oplock_to_oplock(int samba_oplock_type);
samba_oplock_type  620 source3/smbd/oplock_onefs.c enum oplock_type onefs_samba_oplock_to_oplock(int samba_oplock_type)
samba_oplock_type  622 source3/smbd/oplock_onefs.c 	if (BATCH_OPLOCK_TYPE(samba_oplock_type)) return OPLOCK_BATCH;
samba_oplock_type  623 source3/smbd/oplock_onefs.c 	if (EXCLUSIVE_OPLOCK_TYPE(samba_oplock_type)) return OPLOCK_EXCLUSIVE;
samba_oplock_type  624 source3/smbd/oplock_onefs.c 	if (LEVEL_II_OPLOCK_TYPE(samba_oplock_type)) return OPLOCK_SHARED;