Searched refs:f_granted_access (Results 1 – 7 of 7) sorted by relevance
208 of->f_granted_access = op->desired_access; in smb_ofile_open()244 if ((of->f_granted_access & FILE_DATA_ALL) == FILE_EXECUTE) in smb_ofile_open()261 of->f_granted_access |= FILE_READ_ATTRIBUTES; in smb_ofile_open()266 smb_fsop_amask_to_omode(of->f_granted_access); in smb_ofile_open()993 if (~(of->f_granted_access) & access) { in smb_ofile_access()994 if (!(of->f_granted_access & ACCESS_SYSTEM_SECURITY) && in smb_ofile_access()1038 if ((of->f_granted_access & FILE_DATA_ALL) == 0) { in smb_ofile_open_check()1047 if (SMB_DENY_DELETE(share_access) && (of->f_granted_access & DELETE)) { in smb_ofile_open_check()1053 (of->f_granted_access & (FILE_READ_DATA | FILE_EXECUTE))) { in smb_ofile_open_check()1059 (of->f_granted_access & (FILE_WRITE_DATA | FILE_APPEND_DATA))) { in smb_ofile_open_check()[all …]
340 of->f_granted_access); in smb2_qif_access()
341 MaxAccess |= of->f_granted_access; in smb2_create()
422 sr->fid_ofile->f_granted_access); in smb_query_encode_response()
349 if ((of->f_granted_access & FILE_LIST_DIRECTORY) == 0) in smb_odir_openfh()
699 #define smb_ofile_granted_access(_of_) ((_of_)->f_granted_access)
1272 uint32_t f_granted_access; member