vcount 179 include/sys/vnode.h int vcount(vnode_t); vcount 510 usr/server/fs/vfs/vfs_syscalls.c if (vp->v_flags & VROOT || vcount(vp) >= 2) { vcount 593 usr/server/fs/vfs/vfs_syscalls.c if (vcount(vp1) >= 2) { vcount 613 usr/server/fs/vfs/vfs_syscalls.c if (vcount(vp2) >= 2) { vcount 672 usr/server/fs/vfs/vfs_syscalls.c if (vp->v_flags & VROOT || vcount(vp) >= 2) {