Home
last modified time | relevance | path

Searched refs:acl_copy_oldacl_into_acl (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_acl.c82 acl_copy_oldacl_into_acl(const struct oldacl *source, struct acl *dest) in acl_copy_oldacl_into_acl() function
148 acl_copy_oldacl_into_acl(&old, kernel_acl); in acl_copyin()
/freebsd/sys/sys/
H A Dacl.h312 int acl_copy_oldacl_into_acl(const struct oldacl *source,
/freebsd/sys/ufs/ufs/
H A Dufs_acl.c340 error = acl_copy_oldacl_into_acl(old, ap->a_aclp); in ufs_getacl_posix1e()