Searched defs:fifo_close (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c124 VOPNAME_CLOSE, { .vop_close = fifo_close },
366 (void) fifo_close(*vpp, flag, 1, 0, crp, ct);
386 (void) fifo_close(*vpp, flag, 1, 0, crp, ct);
404 (void) fifo_close(*vpp, flag, 1, 0, crp, ct);
430 * Mount guarantees that the mounted end will only call fifo_close()
437 fifo_close(vnode_t *vp, int flag, int count, offset_t offset, cred_t *crp, function

Completed in 56 milliseconds