Home
last modified time | relevance | path

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

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