Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c359 of->f_granted_access = op->desired_access; in smb_ofile_alloc()
374 of->f_mode = smb_fsop_amask_to_omode(of->f_granted_access); in smb_ofile_alloc()
375 if ((of->f_granted_access & FILE_DATA_ALL) == FILE_EXECUTE) in smb_ofile_alloc()
1611 if (~(of->f_granted_access) & access) { in smb_ofile_access()
1612 if (!(of->f_granted_access & ACCESS_SYSTEM_SECURITY) && in smb_ofile_access()
1658 if ((of->f_granted_access & FILE_DATA_ALL) == 0) { in smb_ofile_open_check()
1673 (of->f_granted_access & (FILE_READ_DATA | FILE_EXECUTE))) { in smb_ofile_open_check()
1679 (of->f_granted_access & (FILE_WRITE_DATA | FILE_APPEND_DATA))) { in smb_ofile_open_check()
1731 if ((of->f_granted_access & FILE_DATA_ALL) == 0) { in smb_ofile_rename_check()
1779 if (of->f_granted_access & in smb_ofile_delete_check()
[all …]
H A Dsmb_nt_create_andx.c334 MaxAccess |= of->f_granted_access; in smb_com_nt_create_andx()
H A Dsmb_nt_transact_create.c245 MaxAccess |= of->f_granted_access; in smb_nt_transact_create()
H A Dsmb_notify.c202 if ((of->f_granted_access & FILE_LIST_DIRECTORY) == 0) in smb_notify_act1()
H A Dsmb_open_andx.c456 MaxAccess |= of->f_granted_access; in smb_com_open_andx()
H A Dsmb2_fsctl_sparse.c55 if ((ofile->f_granted_access & amask) == 0) in smb2_fsctl_set_sparse()
H A Dsmb2_qinfo_file.c394 of->f_granted_access); in smb2_qif_access()
H A Dsmb_query_fileinfo.c416 sr->fid_ofile->f_granted_access); in smb_query_encode_response()
H A Dsmb2_create.c584 op->maximum_access |= of->f_granted_access; in smb2_create()
H A Dsmb_fsops.c1482 if (cr != kcr && (ofile->f_granted_access & amask) == 0) in smb_fsop_read()
1572 if (cr != kcr && (ofile->f_granted_access & amask) == 0) in smb_fsop_write()
H A Dsmb_odir.c351 if ((of->f_granted_access & FILE_LIST_DIRECTORY) == 0) in smb_odir_openfh()
H A Dsmb_cmn_oplock.c694 if ((o->f_granted_access & FILE_DATA_ALL) == 0) in smb_oplock_req_excl()
H A Dsmb2_durable.c1106 "granted_access", of->f_granted_access); in smb2_dh_make_persistent()
/illumos-gate/usr/src/cmd/smbsrv/testoplock/smbsrv/
H A Dsmb_ktypes.h210 uint32_t f_granted_access; member
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c1812 uint32_t f_granted_access; member
1907 of->f_granted_access, in smbofile_dcmd()
1908 of->f_granted_access, nt_access_bits); in smbofile_dcmd()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h714 #define smb_ofile_granted_access(_of_) ((_of_)->f_granted_access)
H A Dsmb_ktypes.h1428 uint32_t f_granted_access; member