VOP_FSYNC
VOP_FSYNC(convp, cred, MNT_WAIT, 0, 0);
error = VOP_FSYNC(vnd->sc_vp, vnd->sc_cred,
if ((error = VOP_FSYNC(vp, cred,
if ((error = VOP_FSYNC(pmp->pm_devvp, cred,
error = VOP_FSYNC(vp, waitfor, td);
error = VOP_FSYNC(fvp, MNT_WAIT, fcnp->cn_thread);
error = VOP_FSYNC(tvp, MNT_WAIT, tcnp->cn_thread);
VOP_FSYNC(vp, MNT_WAIT, cnp->cn_thread);
error = VOP_FSYNC(vp, MNT_WAIT, td);
rv = VOP_FSYNC(vp, cred, fsyncwait, 0, 0);
err = VOP_FSYNC(vp, cred, FSYNC_WAIT, 0, 0);
VOP_FSYNC(a->a_vp, a->a_cred, FSYNC_WAIT, 0, 0);
error = VOP_FSYNC(bitmap_node->vnode,
error = VOP_FSYNC(ump->vat_node->vnode,
error = VOP_FSYNC(ump->vat_node->vnode,
return VOP_FSYNC(vp, FSCRED, FSYNC_WAIT, 0,0);
VOP_FSYNC(vp, cred, 0 | FSYNC_DATAONLY,0,0);
VOP_FSYNC(vp, cred, 0,0,0);
error = VOP_FSYNC(targetvp, ap->a_cred, ap->a_flags,
return (VOP_FSYNC(ovp, ap->a_cred, ap->a_flags, ap->a_offlo, ap->a_offhi));
err = VOP_FSYNC(vp, cred, FSYNC_WAIT, 0, 0);
error = VOP_FSYNC(vp, fp->f_cred,
error = VOP_FSYNC(vp, fp->f_cred, FSYNC_WAIT, 0, 0);
error = VOP_FSYNC(vp, curlwp->l_cred, FSYNC_WAIT, 0, 0);
error = VOP_FSYNC(vp, cred, FSYNC_WAIT|FSYNC_RECLAIM, 0, 0);
error = VOP_FSYNC(vp, curlwp->l_cred,
error = VOP_FSYNC(vp, fp->f_cred, FSYNC_WAIT, 0, 0);
error = VOP_FSYNC(vp, fp->f_cred, nflags, s, e);
error = VOP_FSYNC(vp, fp->f_cred, FSYNC_WAIT|FSYNC_DATAONLY, 0, 0);
error = VOP_FSYNC(vp, cred, FSYNC_WAIT, off, end);
error = VOP_FSYNC(vp, cred,
VOP_FSYNC(vp, cnp->cn_cred, FSYNC_WAIT, 0, 0);
error = VOP_FSYNC(vp, cred, flags, offlo, offhi);
int VOP_FSYNC(struct vnode *, kauth_cred_t, int, off_t, off_t);
if ((error = VOP_FSYNC(ump->um_devvp, cred,
error = VOP_FSYNC(vp, cred,
error = VOP_FSYNC(vp, l->l_cred, FSYNC_WAIT, 0, 0);
error = VOP_FSYNC(vp, l->l_cred, FSYNC_WAIT, 0, 0);
error = VOP_FSYNC(ump->um_devvp, l->l_cred, FSYNC_WAIT, 0, 0);
error = VOP_FSYNC(vp, cred, FSYNC_NOLOG |
if ((error = VOP_FSYNC(ump->um_devvp, cred, flags, 0,
if ((error = VOP_FSYNC(*vpp, NOCRED, FSYNC_WAIT, 0, 0)) != 0) {