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

12

/freebsd-10.1-release/sys/fs/nfsclient/
H A Dnfs_clnode.c156 if (vp->v_type == VNON)
H A Dnfs_clcomsubs.c367 if (nap->na_type == VNON || nap->na_type == VREG)
H A Dnfs_clport.c227 if (vp->v_type == VNON)
368 * If v_type == VNON it is a new node, so fill in the v_type,
/freebsd-10.1-release/sys/nfsclient/
H A Dnfs_subs.c114 VNON, VREG, VDIR, VBLK, VCHR, VLNK, VNON, VNON
496 * FIFOs), NFSv2 mandates fa_type to be VNON. Anyway, we
506 if (vtyp == VNON || (vtyp == VREG && (vmode & S_IFMT) != 0))
519 * If v_type == VNON it is a new node, so fill in the v_type,
/freebsd-10.1-release/sys/kern/
H A Dvfs_subr.c130 VNON, VFIFO, VCHR, VNON, VDIR, VNON, VBLK, VNON,
131 VREG, VNON, VLNK, VNON, VSOCK, VNON, VNON, VBAD,
675 vap->va_type = VNON;
1125 vp->v_type = VNON;
[all...]
/freebsd-10.1-release/sys/cddl/compat/opensolaris/sys/
H A Dvnode.h132 if (vap->va_type != VNON)
/freebsd-10.1-release/sys/fs/fuse/
H A Dfuse_node.c185 if (vtyp == VNON) {
H A Dfuse_vnops.c1579 if (vnode_vtype(vp) == VNON && vtyp != VNON) {
1580 debug_printf("FUSE: Dang! vnode_vtype is VNON and vtype isn't.\n");
/freebsd-10.1-release/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c107 node->tn_type = VNON;
/freebsd-10.1-release/sys/nfs/
H A Dnfs_common.c74 VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO
/freebsd-10.1-release/sys/ufs/ufs/
H A Dufs_quota.c609 if (vp->v_type == VNON || vp->v_writecount == 0) {
668 if (vp->v_type == VNON) {
1051 if (vp->v_type == VNON) {
H A Dufs_vnops.c250 (*vpp)->v_type = VNON;
524 if ((vap->va_type != VNON) || (vap->va_nlink != VNOVAL) ||
/freebsd-10.1-release/sys/fs/unionfs/
H A Dunion_subr.c807 va.va_type = VNON;
1087 uva.va_type = VNON;
/freebsd-10.1-release/sys/ufs/ffs/
H A Dffs_vfsops.c700 if (vp->v_type == VNON) {
1432 if (vp->v_type == VNON) {
1541 if (vp->v_type == VNON) {
H A Dffs_snapshot.c531 xvp->v_type == VNON ||
2533 if (vp->v_type == VNON ||
/freebsd-10.1-release/sys/fs/ext2fs/
H A Dext2_vnops.c371 if ((vap->va_type != VNON) || (vap->va_nlink != VNOVAL) ||
618 (*vpp)->v_type = VNON;
H A Dext2_vfsops.c843 if (vp->v_type == VNON) {
/freebsd-10.1-release/sys/fs/cd9660/
H A Dcd9660_vfsops.c790 vp->v_type = VNON;
H A Dcd9660_vnops.c108 case VNON:
/freebsd-10.1-release/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c960 if (vp->v_type == VNON) {
/freebsd-10.1-release/sys/fs/nfs/
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 };
H A Dnfsproto.h638 #define vtonfs_dtype(a) (((u_int32_t)(a)) >= 9 ? IFTODT(VTTOIF(VNON)) : \
/freebsd-10.1-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-10.1-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-10.1-release/lib/libprocstat/
H A Dlibprocstat.c1254 if (vnode.v_type == VNON || vnode.v_type == VBAD)
1621 { VNON, PS_FST_VTYPE_VNON },

Completed in 445 milliseconds

12