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

/opensolaris-onvv-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c122 fifonode_t *fifoalloc[FIFO_HASHSZ]; variable
790 * Insert a fifonode-vnode pair onto the fifoalloc hash list.
805 fnp->fn_nextp = fifoalloc[idx];
806 fifoalloc[idx] = fnp;
812 * Find a fifonode-vnode pair on the fifoalloc hash list.
823 for (fnode = fifoalloc[FIFOHASH(vp)]; fnode; fnode = fnode->fn_nextp) {
833 * Remove a fifonode-vnode pair from the fifoalloc hash list.
836 * If the link to be removed is the only link, set fifoalloc to NULL.
845 fnode = fifoalloc[idx];
851 fifoalloc[id
[all...]

Completed in 100 milliseconds