Home
last modified time | relevance | path

Searched refs:VFIFO (Results 1 – 25 of 32) sorted by relevance

12

/dragonfly/sys/vfs/fuse/
HDfuse_node.c103 if (vtyp == VBLK || vtyp == VCHR || vtyp == VFIFO) in fuse_alloc_node()
206 case VFIFO: in fuse_node_vn()
HDfuse_vnops.c121 case VFIFO: in fuse_vop_access()
567 vtyp = VFIFO; in fuse_vop_nresolve()
786 if (vtyp != VBLK && vtyp != VCHR && vtyp != VFIFO) { in fuse_vop_nmknod()
/dragonfly/sys/vfs/hammer2/
HDhammer2_subr.c89 return (VFIFO); in hammer2_get_vtype()
114 case VFIFO: in hammer2_get_obj_type()
/dragonfly/usr.sbin/makefs/hammer2/
HDhammer2_subr.c95 return (VFIFO); in hammer2_get_vtype()
120 case VFIFO: in hammer2_get_obj_type()
/dragonfly/usr.bin/fstat/
HDfstat.h69 case VFIFO: in mtrans()
/dragonfly/sys/vfs/tmpfs/
HDtmpfs_subr.c150 case VFIFO: in tmpfs_alloc_node()
256 case VFIFO: in tmpfs_free_node()
489 case VFIFO: in tmpfs_alloc_vp()
921 case VFIFO: in tmpfs_dir_getdents()
1260 case VFIFO: in tmpfs_chsize()
HDtmpfs_vnops.c234 vap->va_type != VFIFO) { in tmpfs_nmknod()
342 case VFIFO: in tmpfs_access()
1924 if (vp->v_type == VFIFO) in tmpfs_print()
/dragonfly/sys/sys/
HDvfscache.h98 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD, enumerator
/dragonfly/sys/vfs/hammer/
HDhammer_subs.c826 return(VFIFO); in hammer_get_vnode_type()
877 case VFIFO: in hammer_get_obj_type()
/dragonfly/sys/vfs/nfs/
HDnfs_subs.c92 VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO enumerator
712 vtyp = VFIFO; in nfs_loadattrcache()
725 if (vp->v_type == VFIFO) { in nfs_loadattrcache()
HDnfsproto.h228 txdr_unsigned(((t) == VFIFO) ? MAKEIMODE(VCHR, (m)) : \
HDnfs_serv.c1711 case VFIFO: in nfsrv_create()
1748 vap->va_type == VFIFO in nfsrv_create()
1755 vap->va_type = VFIFO; in nfsrv_create()
1756 if (vap->va_type != VFIFO && in nfsrv_create()
1940 if (vtyp != VCHR && vtyp != VBLK && vtyp != VSOCK && vtyp != VFIFO) { in nfsrv_mknod()
1968 if (vtyp != VFIFO && in nfsrv_mknod()
HDnfs_vnops.c791 case VFIFO: in nfs_setattr()
1600 } else if (vap->va_type == VFIFO || vap->va_type == VSOCK) { in nfs_mknodrpc()
3625 if (vp->v_type == VFIFO) in nfs_print()
/dragonfly/sys/vfs/dirfs/
HDdirfs_subr.c268 case VFIFO: in dirfs_alloc_vp()
322 ret = VFIFO; in dirfs_nodetype()
/dragonfly/contrib/tcpdump/
HDnfs.h236 txdr_unsigned(((t) == VFIFO) ? MAKEIMODE(VCHR, (m)) : \
/dragonfly/sys/kern/
HDvfs_vnops.c885 case VFIFO: in vn_stat()
1011 case VFIFO: in vn_ioctl()
HDvfs_nlookup.c1665 case VFIFO: in naccess()
/dragonfly/test/debug/
HDvnodeinfo.c245 case VFIFO: in vtype()
/dragonfly/sys/vfs/ext2fs/
HDext2_vnops.c1415 if (vp->v_type == VFIFO) in ext2_print()
1614 if (ap->a_vp->v_type == VDIR || ap->a_vp->v_type == VFIFO) in ext2_pathconf()
1681 case VFIFO: in ext2_vinit()
/dragonfly/sys/vfs/udf/
HDudf_vfsops.c567 vp->v_type = VFIFO; in udf_vget()
/dragonfly/sys/vfs/isofs/cd9660/
HDcd9660_vnops.c108 case VFIFO: in cd9660_setattr()
HDcd9660_vfsops.c882 case VFIFO: in cd9660_vget_internal()
/dragonfly/usr.sbin/pstat/
HDpstat.c411 case VFIFO: in vnode_print()
/dragonfly/sys/vfs/ufs/
HDufs_vnops.c1819 if (vp->v_type == VFIFO) in ufs_print()
1948 case VFIFO: in ufs_vinit()
/dragonfly/usr.sbin/makefs/
HDhammer2.c1192 strlen(cur->name), VFIFO, cur->inode->st.st_mode); in hammer2_populate_dir()
1212 assert(vp->v_type == VREG || vp->v_type == VFIFO); in hammer2_populate_dir()

12