Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c1312 static const int unix_perms[] = { VREAD, VWRITE, VEXEC }; variable
1339 pnum = sizeof (unix_perms) / sizeof (int); in smb_vop_eaccess()
1342 error = smb_vop_access(vp, unix_perms[i], flags, in smb_vop_eaccess()
1345 *mode |= unix_perms[i]; in smb_vop_eaccess()