Home
last modified time | relevance | path

Searched refs:FILE_DATA_ALL (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/smb/
H A Dntaccess.h116 #define FILE_DATA_ALL (FILE_READ_DATA |\ macro
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c375 if ((of->f_granted_access & FILE_DATA_ALL) == FILE_EXECUTE) in smb_ofile_alloc()
1658 if ((of->f_granted_access & FILE_DATA_ALL) == 0) { in smb_ofile_open_check()
1731 if ((of->f_granted_access & FILE_DATA_ALL) == 0) { in smb_ofile_rename_check()
H A Dsmb_common_open.c620 if ((op->desired_access & FILE_DATA_ALL) != 0) in smb_common_open()
H A Dsmb_vops.c1564 if ((desired_access & FILE_DATA_ALL) == 0) { in smb_vop_shrlock()
H A Dsmb_cmn_oplock.c694 if ((o->f_granted_access & FILE_DATA_ALL) == 0) in smb_oplock_req_excl()
H A Dsmb_fsops.c2818 if ((desired_access & FILE_DATA_ALL) == 0) in smb_fsop_shrlock()