Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Dvfs_acl.c69 acl_copy_oldacl_into_acl(const struct oldacl *source, struct acl *dest) in acl_copy_oldacl_into_acl() function
135 acl_copy_oldacl_into_acl(&old, kernel_acl); in acl_copyin()
/netbsd/external/cddl/osnet/sys/sys/
H A Dacl.h320 int acl_copy_oldacl_into_acl(const struct oldacl *source,
/netbsd/sys/sys/
H A Dacl.h311 int acl_copy_oldacl_into_acl(const struct oldacl *source,
/netbsd/sys/ufs/ufs/
H A Dufs_acl.c346 error = acl_copy_oldacl_into_acl(old, ap->a_aclp); in ufs_getacl_posix1e()