Searched refs:acetype (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/sys/fs/nfs/ |
| D | nfs_commonacl.c | 37 static int nfsrv_acemasktoperm(u_int32_t acetype, u_int32_t mask, int owner, 50 u_int32_t flag, mask, acetype; in nfsrv_dissectace() local 57 acetype = fxdr_unsigned(u_int32_t, *tl++); in nfsrv_dissectace() 153 if (acetype == NFSV4ACE_ALLOWEDTYPE) in nfsrv_dissectace() 155 else if (acetype == NFSV4ACE_DENIEDTYPE) in nfsrv_dissectace() 157 else if (acetype == NFSV4ACE_AUDITTYPE) in nfsrv_dissectace() 159 else if (acetype == NFSV4ACE_ALARMTYPE) in nfsrv_dissectace() 175 aceerr = nfsrv_acemasktoperm(acetype, mask, owner, VREG, in nfsrv_dissectace() 190 nfsrv_acemasktoperm(u_int32_t acetype, u_int32_t mask, int owner, in nfsrv_acemasktoperm() argument 290 u_int32_t *tl, aceflag = 0x0, acemask = 0x0, acetype; in nfsrv_buildace() local [all …]
|