fifo_fsync
VOPNAME_FSYNC, { .vop_fsync = fifo_fsync },
(void) fifo_fsync(vp, FSYNC, crp, ct);
static int fifo_fsync(vnode_t *, int, cred_t *, caller_context_t *);