Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDvfs_acl.c125 acl_copyin(void *user_acl, struct acl *kernel_acl, acl_type_t type) in acl_copyin() argument
136 acl_copy_oldacl_into_acl(&old, kernel_acl); in acl_copyin()
140 error = copyin(user_acl, kernel_acl, sizeof(*kernel_acl)); in acl_copyin()
141 if (kernel_acl->acl_maxcnt != ACL_MAX_ENTRIES) in acl_copyin()
149 acl_copyout(struct acl *kernel_acl, void *user_acl, acl_type_t type) in acl_copyout() argument
158 error = acl_copy_acl_into_oldacl(kernel_acl, &old); in acl_copyout()
173 error = copyout(kernel_acl, user_acl, sizeof(*kernel_acl)); in acl_copyout()