return (0);
}
/* Found. Bump refcount and update kidx. */
/*
* Object is already exist.
* Its subtype should match with expected value.
*/
if (ti->type != no->subtype)
return (EINVAL);
/* Bump refcount and update kidx. */
no->refcnt++;
rw->update(cmd, no->kidx);