Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c208 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 …]
H A Dsmb2_qinfo_file.c340 of->f_granted_access); in smb2_qif_access()
H A Dsmb2_create.c341 MaxAccess |= of->f_granted_access; in smb2_create()
H A Dsmb_query_fileinfo.c422 sr->fid_ofile->f_granted_access); in smb_query_encode_response()
H A Dsmb_odir.c349 if ((of->f_granted_access & FILE_LIST_DIRECTORY) == 0) in smb_odir_openfh()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h699 #define smb_ofile_granted_access(_of_) ((_of_)->f_granted_access)
H A Dsmb_ktypes.h1272 uint32_t f_granted_access; member