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

/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h111 trigger_vnode_unresolve_callback_t vr_unresolve_func; member in struct:vnode_resolve
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c8256 rp->vr_unresolve_func = tinfo->vnt_unresolve_func;
8453 if ((vp->v_resolve == NULL) || (vp->v_resolve->vr_unresolve_func == NULL)) {
8479 result = rp->vr_unresolve_func(vp, flags, rp->vr_data, ctx);

Completed in 50 milliseconds