v_tag 528 kern/kern_exec.c ((struct vnode *)(fp->f_data))->v_tag == VT_PROCFS &&
v_tag 419 kern/vfs_subr.c vp->v_tag = tag;
v_tag 539 kern/vfs_subr.c if (vp == NULL || !(vp->v_tag == VT_NON && vp->v_type == VBLK)) {
v_tag 571 kern/vfs_subr.c vp->v_tag = nvp->v_tag;
v_tag 967 kern/vfs_subr.c vp->v_tag = VT_NON;
v_tag 2207 kern/vfs_subr.c vp->v_tag > NENTS(vtags)? "<unk>":vtags[vp->v_tag], vp->v_tag,
v_tag 108 sys/vnode.h enum vtagtype v_tag; /* type of underlying data */
v_tag 152 ufs/ext2fs/ext2fs_extern.h #define IS_EXT2_VNODE(vp) (vp->v_tag == VT_EXT2FS)
v_tag 108 ufs/mfs/mfs_vfsops.c rootvp->v_tag = VT_MFS;
v_tag 509 xfs/xfs_syscalls-common.c if (vp->v_tag != VT_XFS) {
v_tag 917 xfs/xfs_vnodeops-bsd.c if (vp->v_tag == VT_NON)