Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_create.c192 if (sr->smb_flg & SMB_FLAGS_OPLOCK_NOTIFY_ANY) in smb_common_create()
208 ~(SMB_FLAGS_OPLOCK | SMB_FLAGS_OPLOCK_NOTIFY_ANY); in smb_common_create()
H A Dsmb_open_andx.c261 if (sr->smb_flg & SMB_FLAGS_OPLOCK_NOTIFY_ANY) in smb_com_open()
297 ~(SMB_FLAGS_OPLOCK | SMB_FLAGS_OPLOCK_NOTIFY_ANY); in smb_com_open()
562 if (sr->smb_flg & SMB_FLAGS_OPLOCK_NOTIFY_ANY) in smb_com_trans2_open2()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb.h392 #define SMB_FLAGS_OPLOCK_NOTIFY_ANY 0x40 macro