Searched refs:fifonode (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dfifonode.h43 * Each FIFOFS object is identified by a struct fifonode/vnode pair.
75 typedef struct fifonode fifonode_t;
77 struct fifonode { struct
113 #define ISPIPE 0x0001 /* fifonode is that of a pipe */
145 #define VTOF(vp) ((struct fifonode *)((vp)->v_data))
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dfifo.c38 typedef struct fifonode { struct
40 struct fifonode *fn_next;
/illumos-gate/usr/src/uts/common/io/
H A Dconnld.c50 #include <sys/fs/fifonode.h>
/illumos-gate/usr/src/uts/common/syscall/
H A Dpipe.c44 #include <sys/fs/fifonode.h>
H A Dstrcalls.c44 #include <sys/fs/fifonode.h>
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c53 #include <sys/fs/fifonode.h>
509 * allocating a vnode-fifonode pair and initializing the fifonode.
790 * Insert a fifonode-vnode pair onto the fifoalloc hash list.
812 * Find a fifonode-vnode pair on the fifoalloc hash list.
815 * fifonode.
833 * Remove a fifonode-vnode pair from the fifoalloc hash list.
903 struct fifonode *oldfnp;
904 struct fifonode *fn_dest;
H A Dfifovnops.c59 #include <sys/fs/fifonode.h>
214 * initialize the fifonode and attach a stream to the vnode.
838 * - unlock the fifonode and sleep waiting for a reader.
847 struct fifonode *fnp, *fn_dest;
1614 * vnode. Sync the file system and free the fifonode.
1711 * Lock a fifonode.
1721 * Unlock a fifonode.
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c56 #include <sys/fs/fifonode.h>
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c40 #include <sys/fs/fifonode.h>
346 mdb_warn("failed to read fifonode");
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile865 fifonode.h \
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c63 #include <sys/fs/fifonode.h>

Completed in 107 milliseconds