Searched refs:VDIR (Results 76 - 100 of 120) sorted by relevance

12345

/freebsd-13-stable/sys/fs/udf/
H A Dudf_vnops.c170 case VDIR:
315 if (vp->v_type & VDIR) {
354 case VDIR:
407 if (a->a_vp->v_type == VDIR || a->a_vp->v_type == VFIFO) {
/freebsd-13-stable/sys/compat/cloudabi/
H A Dcloudabi_fd.c224 case VDIR:
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_inode.c463 if (vp->v_type == VDIR && ip->i_dirhash != NULL)
493 if (vp->v_type == VDIR && ip->i_dirhash != NULL)
497 if (vp->v_type != VDIR && offset != 0)
H A Dffs_snapshot.c1947 if ((vtype == VDIR || dopersistence) &&
1958 if ((vtype == VDIR || dopersistence) &&
1976 if ((vtype == VDIR || dopersistence) &&
2456 if ((devvp == bp->b_vp || bp->b_vp->v_type == VDIR ||
2469 if ((devvp == bp->b_vp || bp->b_vp->v_type == VDIR ||
2489 if ((devvp == bp->b_vp || bp->b_vp->v_type == VDIR ||
H A Dffs_vnops.c244 if ((vp->v_type == VREG || vp->v_type == VDIR) &&
596 KASSERT(vp->v_type != VDIR || vp->v_vnlock->lk_recurse != 0 ||
680 } else if (vp->v_type != VREG && vp->v_type != VDIR)
870 case VDIR:
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode.c275 vattr.va_type = VDIR;
501 case VDIR:
605 if (vap->va_type == VDIR) {
652 if (vap->va_type == VDIR) {
1705 vattr.va_type = VDIR;
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c177 if (vp->v_type == VDIR)
185 if (vnode_vtype(vp) == VDIR)
294 vp->v_type == VDIR &&
628 vp->v_type != VDIR && vp->v_type != VLNK)
630 * Only allow lookup of VDIR and VLNK for traversal of
824 nd->nd_repstat = (vnode_vtype(vp) == VDIR) ? EISDIR :
1033 nd->nd_repstat = (vnode_vtype(vp) == VDIR) ? EISDIR :
1413 if (vtyp == VDIR)
1434 if ((nd->nd_flag & ND_NFSV4) && (vtyp == VDIR || vtyp == VLNK)) {
1435 if (vtyp == VDIR) {
[all...]
H A Dnfs_nfsdport.c390 case VDIR:
422 if (vp->v_type == VDIR) {
531 if (dp->v_type != VDIR) {
1382 if (vp->v_type == VDIR)
1415 if (vp->v_type != VDIR) {
1468 if (fvp->v_type == VDIR && tvp->v_type != VDIR) {
1471 } else if (fvp->v_type != VDIR && tvp->v_type == VDIR) {
1475 if (tvp->v_type == VDIR
[all...]
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_vnops.c335 case VDIR:
470 case VDIR:
545 if (vp->v_type != VDIR && (mode & S_ISTXT)) {
1354 tvp->v_type = VDIR; /* Rest init'd in getnewvnode(). */
1669 if (ap->a_vp->v_type == VDIR || ap->a_vp->v_type == VFIFO)
2069 } else if (vp->v_type != VREG && vp->v_type != VDIR)
2213 case VDIR:
/freebsd-13-stable/sys/kern/
H A Dvfs_syscalls.c1013 if (vp->v_type != VDIR)
1598 if (vp->v_type == VDIR) {
1906 if (vp->v_type == VDIR && oldinum == 0) {
1921 * XXX: can this only be a VDIR case?
3439 if (vp->v_type == VDIR)
3651 if (fromnd.ni_vp->v_type == VDIR)
3657 if (error == EISDIR && fvp->v_type == VDIR)
3687 if (fvp->v_type == VDIR && tvp->v_type != VDIR) {
3690 } else if (fvp->v_type != VDIR
[all...]
H A Dvfs_cache.c2272 if (vp == NULL || vp->v_type != VDIR)
2510 KASSERT(vp == NULL || vp->v_type == VDIR,
2531 } else if (vp->v_type != VDIR) {
3028 if (dvp->v_type != VDIR)
3288 VNPASS(vp->v_type == VDIR || VN_IS_DOOMED(vp), vp);
3338 if (vp->v_type != VDIR) {
3548 if (vp->v_type != VDIR) {
3604 * If the type is VDIR (like in this very case) we can skip looking
3623 if (type != VDIR) {
5263 VNPASS(vp->v_type == VDIR || v
[all...]
H A Dsubr_acl_posix1e.c90 if (type == VDIR) {
H A Dvfs_mountroot.c365 error = (vp->v_type == VDIR) ? 0 : ENOTDIR;
390 error = (vp->v_type == VDIR) ? 0 : ENOTDIR;
H A Dvfs_vnops.c312 if (vp->v_type == VDIR) {
398 if (vp->v_type != VDIR && fmode & O_DIRECTORY)
404 if (vp->v_type == VDIR)
1452 if (vp->v_type == VDIR) {
1619 if (vp->v_type == VDIR) {
1693 case VDIR:
2914 if (invp->v_type == VDIR || outvp->v_type == VDIR)
H A Dvfs_subr.c157 VNON, VFIFO, VCHR, VNON, VDIR, VNON, VBLK, VNON,
2832 case VDIR:
4063 {"VNON", "VREG", "VDIR", "VBLK", "VCHR", "VLNK", "VSOCK", "VFIFO", "VBAD",
4088 case VDIR:
4640 case VDIR:
5292 if (type == VDIR) {
5817 if (a->a_tvp != NULL && a->a_tvp->v_type == VDIR)
5823 if (a->a_fvp->v_type == VDIR)
5827 if (a->a_fvp->v_type == VDIR && a->a_tvp != NULL &&
5828 a->a_tvp->v_type == VDIR)
[all...]
/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_vnops.c1241 vtyp = VDIR;
1246 vtyp = VDIR;
1488 sizeof(fmdi), VDIR));
1852 bool isdir = fvp->v_type == VDIR;
2026 case VDIR:
2064 if (checkperm && vp->v_type != VDIR && (vap->va_mode & S_ISTXT)
H A Dfuse_internal.c189 case VDIR:
341 (vnode_vtype(vp) == VDIR ? FUSE_FSYNCDIR : FUSE_FSYNC))) {
715 if (nlink <= 1 || vnode_vtype(vp) == VDIR) {
H A Dfuse_node.c358 if (vnode_vtype(vp) == VDIR) {
H A Dfuse_io.c203 MPASS(vp->v_type == VREG || vp->v_type == VDIR);
912 MPASS(vp->v_type == VREG || vp->v_type == VDIR);
H A Dfuse_vfsops.c622 VDIR);
/freebsd-13-stable/sys/fs/msdosfs/
H A Dmsdosfs_denode.c268 nvp->v_type = VDIR;
/freebsd-13-stable/sys/fs/nfs/
H A Dnfs_commonacl.c323 if (type == VDIR) {
/freebsd-13-stable/sys/fs/cd9660/
H A Dcd9660_vnops.c103 case VDIR:
150 case VDIR:
/freebsd-13-stable/sys/ufs/ufs/
H A Dufs_extattr.c381 if (dvp->v_type != VDIR)
505 if (attr_dvp->v_type != VDIR) {
506 printf("ufs_extattr_autostart: %s != VDIR\n",
/freebsd-13-stable/sys/fs/fdescfs/
H A Dfdesc_vnops.c463 vap->va_type = VDIR;

Completed in 364 milliseconds

12345