Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_create.c194 if (sr->smb_flg & SMB_FLAGS_OPLOCK_NOTIFY_ANY) in smb_common_create()
207 ~(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_NOTIFY_ANY) in smb_com_open()
286 ~(SMB_FLAGS_OPLOCK | SMB_FLAGS_OPLOCK_NOTIFY_ANY); in smb_com_open()
505 if (sr->smb_flg & SMB_FLAGS_OPLOCK_NOTIFY_ANY) in smb_com_trans2_open2()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb.h372 #define SMB_FLAGS_OPLOCK_NOTIFY_ANY 0x40 macro