Home
last modified time | relevance | path

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

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