vfs_acl.c | 188 acl_type_unold(int type) function in typeref:typename:int 225 error = VOP_SETACL(vp, acl_type_unold(type), inkernelacl, l->l_cred); 244 error = VOP_GETACL(vp, acl_type_unold(type), inkernelacl, l->l_cred); 262 error = VOP_SETACL(vp, acl_type_unold(type), 0, l->l_cred); 283 error = VOP_ACLCHECK(vp, acl_type_unold(type), inkernelacl,
|