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

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c2247 if (vp->v_resolve)
8458 if (vp->v_resolve)
8537 if (vp->v_resolve == NULL) {
8548 rp = vp->v_resolve;
8571 if (vp->v_resolve != NULL) {
8575 vp->v_resolve = rp;
8593 * v_resolve is stable when io count is non-zero
8665 rp = vp->v_resolve;
8666 vp->v_resolve = NULL;
8688 if ((vp->v_resolve
[all...]
H A Dvfs_lookup.c637 if (dp->v_resolve) {
1332 if (dp->v_resolve) {
1371 if (dp->v_resolve) {
H A Dvfs_cache.c1264 if ((vp->v_resolve != NULL) &&
1265 (vp->v_resolve->vr_resolve_func != NULL)) {
H A Dvfs_attrlist.c1810 if (vp->v_resolve &&
1811 !(vp->v_resolve->vr_flags & VNT_NO_DIRECT_MOUNT)) {
H A Dkpi_vfs.c1587 if (vp->v_resolve) {
H A Dvfs_syscalls.c2060 if (coveredvp->v_resolve) {
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h180 vnode_resolve_t v_resolve; /* trigger vnode resolve info (VDIR only) */ member in struct:vnode

Completed in 191 milliseconds