Home
last modified time | relevance | path

Searched refs:SMB_FLAGS_OPLOCK (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_create.c191 if (sr->smb_flg & SMB_FLAGS_OPLOCK) { in smb_common_create()
208 ~(SMB_FLAGS_OPLOCK | SMB_FLAGS_OPLOCK_NOTIFY_ANY); in smb_common_create()
H A Dsmb_open_andx.c260 if (sr->smb_flg & SMB_FLAGS_OPLOCK) { in smb_com_open()
297 ~(SMB_FLAGS_OPLOCK | SMB_FLAGS_OPLOCK_NOTIFY_ANY); in smb_com_open()
561 if (sr->smb_flg & SMB_FLAGS_OPLOCK) { in smb_com_trans2_open2()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb.h391 #define SMB_FLAGS_OPLOCK 0x20 macro