Home
last modified time | relevance | path

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

/freebsd/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; in nfsrv_dissectace() local
55 acetype = fxdr_unsigned(u_int32_t, *tl++); in nfsrv_dissectace()
151 if (acetype == NFSV4ACE_ALLOWEDTYPE) in nfsrv_dissectace()
153 else if (acetype == NFSV4ACE_DENIEDTYPE) in nfsrv_dissectace()
155 else if (!server && acetype == NFSV4ACE_AUDITTYPE) in nfsrv_dissectace()
157 else if (!server && acetype == NFSV4ACE_ALARMTYPE) in nfsrv_dissectace()
173 aceerr = nfsrv_acemasktoperm(acetype, mask, owner, VREG, in nfsrv_dissectace()
188 nfsrv_acemasktoperm(u_int32_t acetype, u_int32_t mask, int owner, in nfsrv_acemasktoperm() argument
288 u_int32_t *tl, aceflag = 0x0, acemask = 0x0, acetype; in nfsrv_buildace() local
[all …]
/freebsd/contrib/lib9p/
H A Dgenacl.c44 static struct l9p_acl *l9p_new_acl(uint32_t acetype, uint32_t aceasize);
103 const char *acetype, *allowdeny; in l9p_check_aces() local
127 acetype = "OWNER@"; in l9p_check_aces()
132 acetype = "GROUP@"; in l9p_check_aces()
137 acetype = "EVERYONE@"; in l9p_check_aces()
149 acetype = "group"; in l9p_check_aces()
154 acetype = "user"; in l9p_check_aces()
174 allowdeny, acetype, (int)tid, in l9p_check_aces()
179 allowdeny, acetype, in l9p_check_aces()
195 allowdeny, acetype, (int)tid, in l9p_check_aces()
[all …]