Home
last modified time | relevance | path

Searched refs:vn_vpath_empty (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c112 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()
[all …]
H A Dlookup.c994 if (vp->v_path != vn_vpath_empty && vp->v_path == vpath_old) { in vnode_clear_vpath()
995 vp->v_path = vn_vpath_empty; in vnode_clear_vpath()
1180 if (vp->v_path != vn_vpath_empty && in dirtopath()
1404 if (vp->v_path != vn_vpath_empty) { in vnodetopath_common()
H A Dvfs.c245 (*vpp)->v_path == vn_vpath_empty) { in fsop_root()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vnode.c96 char *vn_vpath_empty = ""; variable
582 vp->v_path = vn_vpath_empty; in vn_cache_constructor()
642 if (vp->v_path != vn_vpath_empty) { in vn_recycle()
644 vp->v_path = vn_vpath_empty; in vn_recycle()
688 vp->v_path = vn_vpath_empty; in vn_reinit()
728 if (vp->v_path != vn_vpath_empty) { in vn_free()
730 vp->v_path = vn_vpath_empty; in vn_free()
/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_svc.c465 if ((vp == NULL) || (vp->v_path == vn_vpath_empty) || cr == NULL) in vscan_svc_scan_file()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_dir.c944 zp->z_vnode->v_path != vn_vpath_empty ? in zfs_link_destroy()
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h1426 extern char *vn_vpath_empty;
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c157 if (vp->v_path != NULL && vp->v_path != vn_vpath_empty) { in exece()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c3164 if (vp->v_path != vn_vpath_empty) { in nfs_getflabel()