Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c89 static int fifo_fsync(vnode_t *, int, cred_t *, caller_context_t *);
133 VOPNAME_FSYNC, { .vop_fsync = fifo_fsync },
1593 fifo_fsync(vnode_t *vp, int syncflag, cred_t *crp, caller_context_t *ct) in fifo_fsync() function
1655 (void) fifo_fsync(vp, FSYNC, crp, ct); in fifo_inactive()