Lines Matching refs:vn_vpath_empty
112 char *vn_vpath_empty = ""; variable
2345 vp->v_path = vn_vpath_empty; in vn_cache_constructor()
2416 if (vp->v_path != vn_vpath_empty) { in vn_recycle()
2418 vp->v_path = vn_vpath_empty; in vn_recycle()
2464 vp->v_path = vn_vpath_empty; in vn_reinit()
2501 if (vp->v_path != vn_vpath_empty) { in vn_free()
2503 vp->v_path = vn_vpath_empty; in vn_free()
3056 vp->v_path = vn_vpath_empty; in vn_clearpath()
3059 if (buf != vn_vpath_empty) { in vn_clearpath()
3088 if (oldbuf != vn_vpath_empty) { in vn_setpath_common()
3114 if (pvp->v_path == vn_vpath_empty) { in vn_setpath_common()
3168 if (pvp->v_path == vn_vpath_empty) { in vn_setpath_common()
3192 ASSERT(vp->v_path == vn_vpath_empty); in vn_setpath_common()
3226 if (pvp->v_path == vn_vpath_empty || in vn_updatepath()
3290 if (src->v_path == vn_vpath_empty) { in vn_copypath()
3300 if (src->v_path == vn_vpath_empty || in vn_copypath()
3311 if (dst->v_path != vn_vpath_empty) { in vn_copypath()