Searched refs:SMB_DENY_DELETE (Results 1 – 3 of 3) sorted by relevance
1023 if (SMB_DENY_DELETE(share_access) && (of->f_granted_access & DELETE)) { in smb_ofile_open_check()1041 if (SMB_DENY_DELETE(of->f_share_access) && (desired_access & DELETE)) { in smb_ofile_open_check()
1393 if (SMB_DENY_DELETE(share_access)) { in smb_vop_shrlock()
568 #define SMB_DENY_DELETE(share_access) ((share_access & FILE_SHARE_DELETE) == 0) macro