VDIR 69 compat/common/compat_dir.c if (vp->v_type != VDIR)
VDIR 358 compat/common/vfs_syscalls_43.c if (vp->v_type != VDIR) {
VDIR 472 compat/ibcs2/ibcs2_misc.c if (vp->v_type != VDIR) {
VDIR 435 compat/sunos/sunos_misc.c if (vp->v_type != VDIR) {
VDIR 597 compat/sunos/sunos_misc.c if (vp->v_type != VDIR)
VDIR 434 compat/svr4/svr4_misc.c if (vp->v_type != VDIR)
VDIR 944 isofs/cd9660/cd9660_vfsops.c case VDIR:
VDIR 162 isofs/cd9660/cd9660_vnops.c case VDIR:
VDIR 597 isofs/udf/udf_vfsops.c vp->v_type = VDIR;
VDIR 213 isofs/udf/udf_vnops.c case VDIR:
VDIR 337 isofs/udf/udf_vnops.c if (vp->v_type & VDIR) {
VDIR 128 kern/kern_exec.c if (vp->v_type == VDIR) {
VDIR 640 kern/uipc_usrreq.c if ((vp->v_type == VDIR) &&
VDIR 384 kern/vfs_cache.c if (vp && vp != dvp && vp->v_type == VDIR &&
VDIR 313 kern/vfs_getcwd.c if (lvp->v_type != VDIR) {
VDIR 332 kern/vfs_lookup.c if (dp->v_type != VDIR) {
VDIR 516 kern/vfs_lookup.c while (dp->v_type == VDIR && (mp = dp->v_mountedhere) &&
VDIR 546 kern/vfs_lookup.c if ((dp->v_type != VDIR) && (cnp->cn_flags & REQUIREDIR)) {
VDIR 69 kern/vfs_subr.c VNON, VFIFO, VCHR, VNON, VDIR, VNON, VBLK, VNON,
VDIR 2074 kern/vfs_subr.c case VDIR:
VDIR 193 kern/vfs_syscalls.c if (vp->v_type != VDIR) {
VDIR 711 kern/vfs_syscalls.c if (vp->v_type != VDIR)
VDIR 805 kern/vfs_syscalls.c if (vp->v_type != VDIR)
VDIR 898 kern/vfs_syscalls.c else if (vp->v_type == VDIR)
VDIR 1024 kern/vfs_syscalls.c if (vp->v_type == VDIR) {
VDIR 1276 kern/vfs_syscalls.c if (vp->v_type == VDIR) {
VDIR 2047 kern/vfs_syscalls.c if (vp->v_type == VDIR)
VDIR 2086 kern/vfs_syscalls.c if (vp->v_type == VDIR)
VDIR 2155 kern/vfs_syscalls.c if (fvp->v_type == VDIR)
VDIR 2169 kern/vfs_syscalls.c if (fvp->v_type == VDIR && tvp->v_type != VDIR) {
VDIR 2172 kern/vfs_syscalls.c } else if (fvp->v_type != VDIR && tvp->v_type == VDIR) {
VDIR 2246 kern/vfs_syscalls.c vattr.va_type = VDIR;
VDIR 2273 kern/vfs_syscalls.c if (vp->v_type != VDIR) {
VDIR 2331 kern/vfs_syscalls.c if (vp->v_type != VDIR) {
VDIR 140 kern/vfs_vnops.c if (vp->v_type == VDIR) {
VDIR 193 kern/vfs_vnops.c case VDIR:
VDIR 293 kern/vfs_vnops.c if (vp->v_type != VDIR)
VDIR 364 kern/vfs_vnops.c case VDIR:
VDIR 414 kern/vfs_vnops.c case VDIR:
VDIR 115 miscfs/portal/portal_vfsops.c rvp->v_type = VDIR;
VDIR 529 miscfs/portal/portal_vnops.c vap->va_type = VDIR;
VDIR 132 miscfs/procfs/procfs_subr.c vp->v_type = VDIR;
VDIR 144 miscfs/procfs/procfs_subr.c vp->v_type = VDIR;
VDIR 199 miscfs/specfs/spec_vnops.c case VDIR:
VDIR 321 msdosfs/msdosfs_denode.c nvp->v_type = VDIR;
VDIR 372 msdosfs/msdosfs_vnops.c if (ap->a_vp->v_type == VDIR)
VDIR 547 msdosfs/msdosfs_vnops.c case VDIR:
VDIR 762 msdosfs/msdosfs_vnops.c if (ap->a_vp->v_type == VDIR)
VDIR 141 nfs/nfs_node.c vp->v_type = VDIR;
VDIR 174 nfs/nfs_node.c if (ap->a_vp->v_type != VDIR) {
VDIR 220 nfs/nfs_node.c if (vp->v_type == VDIR) {
VDIR 133 nfs/nfs_serv.c if (vp->v_type == VDIR)
VDIR 141 nfs/nfs_serv.c if (vp->v_type == VDIR)
VDIR 309 nfs/nfs_serv.c if (vp->v_type == VDIR) {
VDIR 563 nfs/nfs_serv.c error = (vp->v_type == VDIR) ? EISDIR : EACCES;
VDIR 777 nfs/nfs_serv.c error = (vp->v_type == VDIR) ? EISDIR : EACCES;
VDIR 1042 nfs/nfs_serv.c error = (vp->v_type == VDIR) ? EISDIR : EACCES;
VDIR 1659 nfs/nfs_serv.c if (vp->v_type == VDIR &&
VDIR 1786 nfs/nfs_serv.c if (fvp->v_type == VDIR && tvp->v_type != VDIR) {
VDIR 1789 nfs/nfs_serv.c } else if (fvp->v_type != VDIR && tvp->v_type == VDIR) {
VDIR 1793 nfs/nfs_serv.c if (tvp->v_type == VDIR && tvp->v_mountedhere) {
VDIR 1798 nfs/nfs_serv.c if (fvp->v_type == VDIR && fvp->v_mountedhere) {
VDIR 1916 nfs/nfs_serv.c if (vp->v_type == VDIR && (error = suser_ucred(cred)) != 0)
VDIR 2173 nfs/nfs_serv.c va.va_type = VDIR;
VDIR 2279 nfs/nfs_serv.c if (vp->v_type != VDIR) {
VDIR 3285 nfs/nfs_serv.c case VDIR:
VDIR 102 nfs/nfs_subs.c enum vtype nv2tov_type[8] = { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VNON, VNON };
VDIR 103 nfs/nfs_subs.c enum vtype nv3tov_type[8]={ VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO };
VDIR 1269 nfs/nfs_subs.c if (vp->v_type == VDIR) {
VDIR 1401 nfs/nfs_subs.c if (dp->v_type != VDIR) {
VDIR 237 nfs/nfs_vnops.c case VDIR:
VDIR 261 nfs/nfs_vnops.c if (vp->v_type == VDIR) {
VDIR 311 nfs/nfs_vnops.c if (vp->v_type != VREG && vp->v_type != VDIR && vp->v_type != VLNK) {
VDIR 344 nfs/nfs_vnops.c if (vp->v_type == VDIR)
VDIR 355 nfs/nfs_vnops.c if (vp->v_type == VDIR)
VDIR 490 nfs/nfs_vnops.c case VDIR:
VDIR 628 nfs/nfs_vnops.c if (dvp->v_type != VDIR)
VDIR 1331 nfs/nfs_vnops.c if (vp->v_type == VDIR)
VDIR 1453 nfs/nfs_vnops.c tvp->v_type != VDIR && !nfs_sillyrename(tdvp, tvp, tcnp)) {
VDIR 1466 nfs/nfs_vnops.c if (fvp->v_type == VDIR) {
VDIR 1467 nfs/nfs_vnops.c if (tvp != NULL && tvp->v_type == VDIR)
VDIR 1708 nfs/nfs_vnops.c sp->sa_mode = vtonfsv2_mode(VDIR, vap->va_mode);
VDIR 1737 nfs/nfs_vnops.c if (newvp->v_type != VDIR)
VDIR 1852 nfs/nfs_vnops.c if (vp->v_type != VDIR)
VDIR 2410 nfs/nfs_vnops.c if (vp->v_type == VDIR) {
VDIR 2997 nfs/nfs_vnops.c case VDIR:
VDIR 1067 ntfs/ntfs_subr.c f_type = VDIR;
VDIR 1052 ntfs/ntfs_vfsops.c f_type = VDIR;
VDIR 451 ntfs/ntfs_vnops.c case VDIR:
VDIR 52 sys/vnode.h enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD };
VDIR 237 ufs/ext2fs/ext2fs_inode.c ovp->v_type != VDIR &&
VDIR 146 ufs/ext2fs/ext2fs_lookup.c if (vp->v_type != VDIR)
VDIR 1031 ufs/ext2fs/ext2fs_lookup.c if (vp->v_type != VDIR) {
VDIR 91 ufs/ext2fs/ext2fs_readwrite.c } else if (vp->v_type != VREG && vp->v_type != VDIR)
VDIR 197 ufs/ext2fs/ext2fs_readwrite.c case VDIR:
VDIR 282 ufs/ext2fs/ext2fs_vnops.c case VDIR:
VDIR 334 ufs/ext2fs/ext2fs_vnops.c if (vp->v_type != VDIR && (mode & S_ISTXT))
VDIR 396 ufs/ext2fs/ext2fs_vnops.c if (vp->v_type == VDIR ||
VDIR 434 ufs/ext2fs/ext2fs_vnops.c if (vp->v_type == VDIR) {
VDIR 553 ufs/ext2fs/ext2fs_vnops.c if (fvp->v_type == VDIR) {
VDIR 917 ufs/ext2fs/ext2fs_vnops.c tvp->v_type = VDIR; /* Rest init'd in getnewvnode(). */
VDIR 180 ufs/ffs/ffs_inode.c ovp->v_type != VDIR &&
VDIR 296 ufs/ffs/ffs_inode.c if (ovp->v_type != VDIR)
VDIR 197 ufs/ffs/ffs_vnops.c } else if (vp->v_type != VREG && vp->v_type != VDIR)
VDIR 300 ufs/ffs/ffs_vnops.c case VDIR:
VDIR 1141 ufs/ufs/ufs_lookup.c if (vp->v_type != VDIR) {
VDIR 231 ufs/ufs/ufs_vnops.c case VDIR:
VDIR 370 ufs/ufs/ufs_vnops.c case VDIR:
VDIR 425 ufs/ufs/ufs_vnops.c if (vp->v_type != VDIR && (mode & S_ISTXT))
VDIR 559 ufs/ufs/ufs_vnops.c if (vp->v_type == VDIR || (DIP(ip, flags) & (IMMUTABLE | APPEND)) ||
VDIR 595 ufs/ufs/ufs_vnops.c if (vp->v_type == VDIR) {
VDIR 726 ufs/ufs/ufs_vnops.c if (fvp->v_type == VDIR) {
VDIR 1135 ufs/ufs/ufs_vnops.c tvp->v_type = VDIR; /* Rest init'd in getnewvnode(). */
VDIR 1815 ufs/ufs/ufs_vnops.c case VDIR:
VDIR 233 xfs/xfs_message.c if (XNODE_TO_VNODE(t)->v_type == VDIR
VDIR 307 xfs/xfs_message.c if (vp->v_usecount > 0 && vp->v_type != VDIR) {
VDIR 334 xfs/xfs_message.c if (vp->v_type == VDIR)
VDIR 308 xfs/xfs_node-bsd.c case VDIR:
VDIR 374 xfs/xfs_node-bsd.c va->va_type = VDIR;
VDIR 449 xfs/xfs_vfsops-bsd.c case VDIR :
VDIR 465 xfs/xfs_vfsops-bsd.c case VDIR :
VDIR 642 xfs/xfs_vnodeops-bsd.c if (vp->v_type == VDIR) {
VDIR 159 xfs/xfs_vnodeops-common.c if (offset <= xn->offset || xn->attr.va_type == VDIR) {
VDIR 575 xfs/xfs_vnodeops-common.c if (dvp->v_type != VDIR)