Searched refs:f_granted_access (Results 1 – 4 of 4) sorted by relevance
208 of->f_granted_access = op->desired_access; in smb_ofile_open()239 if (of->f_granted_access == FILE_EXECUTE) in smb_ofile_open()256 of->f_granted_access |= FILE_READ_ATTRIBUTES; in smb_ofile_open()261 smb_fsop_amask_to_omode(of->f_granted_access); in smb_ofile_open()969 if (~(of->f_granted_access) & access) { in smb_ofile_access()970 if (!(of->f_granted_access & ACCESS_SYSTEM_SECURITY) && in smb_ofile_access()1014 if ((of->f_granted_access & FILE_DATA_ALL) == 0) { in smb_ofile_open_check()1023 if (SMB_DENY_DELETE(share_access) && (of->f_granted_access & DELETE)) { in smb_ofile_open_check()1029 (of->f_granted_access & (FILE_READ_DATA | FILE_EXECUTE))) { in smb_ofile_open_check()1035 (of->f_granted_access & (FILE_WRITE_DATA | FILE_APPEND_DATA))) { in smb_ofile_open_check()[all …]
432 sr->fid_ofile->f_granted_access); in smb_query_encode_response()
629 #define smb_ofile_granted_access(_of_) ((_of_)->f_granted_access)
1211 uint32_t f_granted_access; member