vtype 68 kern/vfs_subr.c enum vtype iftovt_tab[16] = {
vtype 99 kern/vfs_subr.c int getdevvp(dev_t, struct vnode **, enum vtype);
vtype 474 kern/vfs_subr.c getdevvp(dev_t dev, struct vnode **vpp, enum vtype type)
vtype 1113 kern/vfs_subr.c vfinddev(dev_t dev, enum vtype type, struct vnode **vpp)
vtype 1133 kern/vfs_subr.c vdevgone(int maj, int minl, int minh, enum vtype type)
vtype 86 nfs/nfs_serv.c extern enum vtype nv3tov_type[8];
vtype 1484 nfs/nfs_serv.c enum vtype vtyp;
vtype 102 nfs/nfs_subs.c enum vtype nv2tov_type[8] = { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VNON, VNON };
vtype 103 nfs/nfs_subs.c enum vtype nv3tov_type[8]={ VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO };
vtype 1122 nfs/nfs_subs.c enum vtype vtyp;
vtype 924 ntfs/ntfs_subr.c enum vtype f_type;
vtype 1003 ntfs/ntfs_vfsops.c enum vtype f_type;
vtype 52 sys/vnode.h enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD };
vtype 85 sys/vnode.h enum vtype v_type; /* vnode type */
vtype 144 sys/vnode.h enum vtype va_type; /* vnode type (for create) */
vtype 208 sys/vnode.h extern enum vtype iftovt_tab[];
vtype 395 sys/vnode.h void vdevgone(int, int, int, enum vtype);
vtype 397 sys/vnode.h int vfinddev(dev_t, enum vtype, struct vnode **);
vtype 448 xfs/xfs_vnodeops-common.c CHECK_NNPFSATTR(va_type,(enum vtype)))