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

/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c134 static int fifo_connld(struct vnode **, int, cred_t *);
573 * If the flag is set, a new vnode is created by calling fifo_connld().
574 * Connld logic was moved to fifo_connld() to speed up the open
660 * be a very long time before fifo_connld returns.
670 * down while we were in fifo_connld()
681 if (error = fifo_connld(vpp, flag, crp)) {
690 * we were in fifo_connld(), so
695 * fifo_connld has changed the vp, so we
899 fifo_connld(struct vnode **vpp, int flag, cred_t *crp) function

Completed in 47 milliseconds