Searched refs:fifo_fsync (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 86 static int fifo_fsync(vnode_t *, int, cred_t *, caller_context_t *); 130 VOPNAME_FSYNC, { .vop_fsync = fifo_fsync }, 1584 fifo_fsync(vnode_t *vp, int syncflag, cred_t *crp, caller_context_t *ct) in fifo_fsync() function 1645 (void) fifo_fsync(vp, FSYNC, crp, ct); in fifo_inactive()
|