Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c1499 static const int unix_perms[] = { VREAD, VWRITE, VEXEC }; variable
1526 pnum = sizeof (unix_perms) / sizeof (int); in smb_vop_eaccess()
1529 error = smb_vop_access(vp, unix_perms[i], flags, in smb_vop_eaccess()
1532 *mode |= unix_perms[i]; in smb_vop_eaccess()