Home
last modified time | relevance | path

Searched refs:fifo_rwlock (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c100 static int fifo_rwlock(vnode_t *, int, caller_context_t *);
136 VOPNAME_RWLOCK, { .vop_rwlock = fifo_rwlock },
1723 fifo_rwlock(vnode_t *vp, int write_lock, caller_context_t *ctp) in fifo_rwlock() function