Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c1028 if (SMB_DENY_READ(share_access) && in smb_ofile_open_check()
1046 if (SMB_DENY_READ(of->f_share_access) && in smb_ofile_open_check()
H A Dsmb_vops.c1381 if (SMB_DENY_READ(share_access)) { in smb_vop_shrlock()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb.h564 #define SMB_DENY_READ(share_access) ((share_access & FILE_SHARE_READ) == 0) macro