Searched refs:VNON (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_super.c88 * XXX: Use VNON as an indication of freshly allocated vnode
94 if (xvp->v_vnode->v_type != VNON)
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clnode.c162 if (vp->v_type == VNON)
H A Dnfs_clcomsubs.c311 if (nap->na_type == VNON || nap->na_type == VREG)
/freebsd-9.3-release/sys/nfsclient/
H A Dnfs_subs.c113 VNON, VREG, VDIR, VBLK, VCHR, VLNK, VNON, VNON
510 * FIFOs), NFSv2 mandates fa_type to be VNON. Anyway, we
520 if (vtyp == VNON || (vtyp == VREG && (vmode & S_IFMT) != 0))
533 * If v_type == VNON it is a new node, so fill in the v_type,
/freebsd-9.3-release/sys/kern/
H A Dvfs_subr.c131 VNON, VFIFO, VCHR, VNON, VDIR, VNON, VBLK, VNON,
132 VREG, VNON, VLNK, VNON, VSOCK, VNON, VNON, VBAD,
627 vap->va_type = VNON;
1067 vp->v_type = VNON;
[all...]
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dvnode.h132 if (vap->va_type != VNON)
/freebsd-9.3-release/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c154 node->tn_type = VNON;
H A Dtmpfs_subr.c272 case VNON:
273 /* Do not do anything. VNON is provided to let the
/freebsd-9.3-release/sys/nfs/
H A Dnfs_common.c74 VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO
/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_vfsops.c706 f_type = VNON;
712 f_type = VNON;
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_quota.c607 if (vp->v_type == VNON || vp->v_writecount == 0) {
667 if (vp->v_type == VNON) {
1052 if (vp->v_type == VNON) {
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfsproto.h483 #define vtonfs_dtype(a) (((u_int32_t)(a)) >= 9 ? IFTODT(VTTOIF(VNON)) : \
H A Dnfs_commonsubs.c56 enum vtype newnv2tov_type[8] = { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VNON, VNON };
57 enum vtype nv34tov_type[8]={ VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO };
/freebsd-9.3-release/sys/fs/unionfs/
H A Dunion_subr.c822 va.va_type = VNON;
1098 uva.va_type = VNON;
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_vfsops.c721 if (vp->v_type == VNON) {
1471 if (vp->v_type == VNON) {
1577 if (vp->v_type == VNON) {
H A Dffs_snapshot.c530 xvp->v_type == VNON ||
2531 if (vp->v_type == VNON ||
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_vnops.c373 if ((vap->va_type != VNON) || (vap->va_nlink != VNOVAL) ||
624 (*vpp)->v_type = VNON;
H A Dext2_vfsops.c844 if (vp->v_type == VNON) {
/freebsd-9.3-release/sys/fs/cd9660/
H A Dcd9660_vfsops.c791 vp->v_type = VNON;
H A Dcd9660_vnops.c109 case VNON:
/freebsd-9.3-release/sys/fs/hpfs/
H A Dhpfs_vnops.c473 if ((vap->va_type != VNON) || (vap->va_nlink != VNOVAL) ||
/freebsd-9.3-release/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c961 if (vp->v_type == VNON) {
/freebsd-9.3-release/sys/security/mac/
H A Dmac_vfs.c1035 if (vp->v_type != VNON)
1036 printf("vn_setlabel: null v_mount with non-VNON\n");
/freebsd-9.3-release/sys/sys/
H A Dvnode.h54 * Vnode types. VNON means no type.
56 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD, enumerator in enum:vtype
/freebsd-9.3-release/lib/libprocstat/
H A Dlibprocstat.c1255 if (vnode.v_type == VNON || vnode.v_type == VBAD)
1622 { VNON, PS_FST_VTYPE_VNON },

Completed in 309 milliseconds

12