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

/freebsd-10-stable/sys/kern/
H A Dvfs_acl.c215 struct acl *inkernelacl; local
219 inkernelacl = acl_alloc(M_WAITOK);
220 error = acl_copyin(aclp, inkernelacl, type);
228 error = mac_vnode_check_setacl(td->td_ucred, vp, type, inkernelacl);
232 error = VOP_SETACL(vp, acl_type_unold(type), inkernelacl,
240 acl_free(inkernelacl);
251 struct acl *inkernelacl; local
254 inkernelacl = acl_alloc(M_WAITOK | M_ZERO);
261 error = VOP_GETACL(vp, acl_type_unold(type), inkernelacl,
269 error = acl_copyout(inkernelacl, acl
308 struct acl *inkernelacl; local
[all...]

Completed in 109 milliseconds