HomeSort by: relevance | last modified time | path
    Searched defs:inkernelacl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
vfs_acl.c 217 struct acl *inkernelacl; local
220 inkernelacl = acl_alloc(KM_SLEEP);
221 error = acl_copyin(aclp, inkernelacl, type);
225 error = VOP_SETACL(vp, acl_type_unold(type), inkernelacl, l->l_cred);
228 acl_free(inkernelacl);
239 struct acl *inkernelacl; local
242 inkernelacl = acl_alloc(KM_SLEEP);
244 error = VOP_GETACL(vp, acl_type_unold(type), inkernelacl, l->l_cred);
248 error = acl_copyout(inkernelacl, aclp, type);
249 acl_free(inkernelacl);
276 struct acl *inkernelacl; local
    [all...]
vfs_acl.c 217 struct acl *inkernelacl; local
220 inkernelacl = acl_alloc(KM_SLEEP);
221 error = acl_copyin(aclp, inkernelacl, type);
225 error = VOP_SETACL(vp, acl_type_unold(type), inkernelacl, l->l_cred);
228 acl_free(inkernelacl);
239 struct acl *inkernelacl; local
242 inkernelacl = acl_alloc(KM_SLEEP);
244 error = VOP_GETACL(vp, acl_type_unold(type), inkernelacl, l->l_cred);
248 error = acl_copyout(inkernelacl, aclp, type);
249 acl_free(inkernelacl);
276 struct acl *inkernelacl; local
    [all...]

Completed in 33 milliseconds