Searched refs:inkernelacl (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/kern/
H A Dvfs_acl.c211 struct acl *inkernelacl; local
215 inkernelacl = acl_alloc(M_WAITOK);
216 error = acl_copyin(aclp, inkernelacl, type);
224 error = mac_vnode_check_setacl(td->td_ucred, vp, type, inkernelacl);
228 error = VOP_SETACL(vp, acl_type_unold(type), inkernelacl,
236 acl_free(inkernelacl);
247 struct acl *inkernelacl; local
250 inkernelacl = acl_alloc(M_WAITOK | M_ZERO);
257 error = VOP_GETACL(vp, acl_type_unold(type), inkernelacl,
265 error = acl_copyout(inkernelacl, acl
304 struct acl *inkernelacl; local
[all...]

Completed in 50 milliseconds