Home
last modified time | relevance | path

Searched defs:aces (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_acl.c100 acl_from_aces(struct acl *aclp, const ace_t *aces, int nentries) in acl_from_aces()
170 aces_from_acl(ace_t *aces, int *nentries, const struct acl *aclp) in aces_from_acl()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_acl.c102 acl_from_aces(struct acl *aclp, const ace_t *aces, int nentries) in acl_from_aces()
172 aces_from_acl(ace_t *aces, int *nentries, const struct acl *aclp) in aces_from_acl()
/freebsd/usr.sbin/makefs/zfs/
H A Dfs.c361 zfs_ace_hdr_t aces[3]; in fs_populate_sattrs() local