Home
last modified time | relevance | path

Searched refs:f_granted_access (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c208 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 …]
H A Dsmb_query_fileinfo.c432 sr->fid_ofile->f_granted_access); in smb_query_encode_response()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h629 #define smb_ofile_granted_access(_of_) ((_of_)->f_granted_access)
H A Dsmb_ktypes.h1211 uint32_t f_granted_access; member