Searched refs:acetype (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonacl.c35 static int nfsrv_acemasktoperm(u_int32_t acetype, u_int32_t mask, int owner,
48 u_int32_t flag, mask, acetype; local
55 acetype = fxdr_unsigned(u_int32_t, *tl++);
147 if (acetype == NFSV4ACE_ALLOWEDTYPE)
149 else if (acetype == NFSV4ACE_DENIEDTYPE)
151 else if (acetype == NFSV4ACE_AUDITTYPE)
153 else if (acetype == NFSV4ACE_ALARMTYPE)
169 aceerr = nfsrv_acemasktoperm(acetype, mask, owner, VREG,
184 nfsrv_acemasktoperm(u_int32_t acetype, u_int32_t mask, int owner, argument
284 u_int32_t *tl, aceflag = 0x0, acemask = 0x0, acetype; local
[all...]

Completed in 51 milliseconds