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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c2198 if (vp->v_resolve)
8100 if (vp->v_resolve)
8179 if (vp->v_resolve == NULL) {
8190 rp = vp->v_resolve;
8213 if (vp->v_resolve != NULL) {
8217 vp->v_resolve = rp;
8235 * v_resolve is stable when io count is non-zero
8307 rp = vp->v_resolve;
8308 vp->v_resolve = NULL;
8350 if ((vp->v_resolve
[all...]
H A Dvfs_lookup.c588 if (dp->v_resolve) {
1189 if (dp->v_resolve) {
1246 if (dp->v_resolve) {
H A Dvfs_cache.c1186 if ((vp->v_resolve != NULL) &&
1187 (vp->v_resolve->vr_resolve_func != NULL)) {
H A Dvfs_attrlist.c1795 if (vp->v_resolve &&
1796 !(vp->v_resolve->vr_flags & VNT_NO_DIRECT_MOUNT)) {
H A Dkpi_vfs.c1820 if (vp->v_resolve) {
H A Dvfs_syscalls.c1964 if (coveredvp->v_resolve)
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h196 vnode_resolve_t v_resolve; /* trigger vnode resolve info (VDIR only) */ member in struct:vnode

Completed in 121 milliseconds