HomeSort by: relevance | last modified time | path
    Searched defs:acetype (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs_commonacl.c 39 static int nfsrv_acemasktoperm(u_int32_t acetype, u_int32_t mask, int owner,
52 u_int32_t flag, mask, acetype; local in function:nfsrv_dissectace
59 acetype = fxdr_unsigned(u_int32_t, *tl++);
151 if (acetype == NFSV4ACE_ALLOWEDTYPE)
153 else if (acetype == NFSV4ACE_DENIEDTYPE)
155 else if (acetype == NFSV4ACE_AUDITTYPE)
157 else if (acetype == NFSV4ACE_ALARMTYPE)
173 aceerr = nfsrv_acemasktoperm(acetype, mask, owner, VREG,
188 nfsrv_acemasktoperm(u_int32_t acetype, u_int32_t mask, int owner,
288 u_int32_t *tl, aceflag = 0x0, acemask = 0x0, acetype; local in function:nfsrv_buildace
    [all...]
nfs_commonacl.c 39 static int nfsrv_acemasktoperm(u_int32_t acetype, u_int32_t mask, int owner,
52 u_int32_t flag, mask, acetype; local in function:nfsrv_dissectace
59 acetype = fxdr_unsigned(u_int32_t, *tl++);
151 if (acetype == NFSV4ACE_ALLOWEDTYPE)
153 else if (acetype == NFSV4ACE_DENIEDTYPE)
155 else if (acetype == NFSV4ACE_AUDITTYPE)
157 else if (acetype == NFSV4ACE_ALARMTYPE)
173 aceerr = nfsrv_acemasktoperm(acetype, mask, owner, VREG,
188 nfsrv_acemasktoperm(u_int32_t acetype, u_int32_t mask, int owner,
288 u_int32_t *tl, aceflag = 0x0, acemask = 0x0, acetype; local in function:nfsrv_buildace
    [all...]

Completed in 35 milliseconds