Home
last modified time | relevance | path

Searched refs:LOCKING_ANDX_OPLOCK_RELEASE (Results 1 – 2 of 2) sorted by relevance

/titanic_52/usr/src/uts/common/fs/smbsrv/
H A Dsmb_locking_andx.c53 * LOCKING_ANDX_OPLOCK_RELEASE 0x02 Oplock break notification
164 * server to the client. This message has the LOCKING_ANDX_OPLOCK_RELEASE
172 * LOCKING_ANDX_OPLOCK_RELEASE flag set, or with a file close if the file
174 * SMB_LOCKING_ANDX SMB with the LOCKING_ANDX_OPLOCK_RELEASE flag set and
272 if (lock_type & LOCKING_ANDX_OPLOCK_RELEASE) { in smb_com_locking_andx()
423 lock_type = LOCKING_ANDX_OPLOCK_RELEASE; in smb1_oplock_break_notification()
/titanic_52/usr/src/uts/common/smbsrv/
H A Dsmb.h253 #define LOCKING_ANDX_OPLOCK_RELEASE 0x02 macro