VOP_FSYNC 1837 kern/vfs_subr.c if ((error = VOP_FSYNC(vp, cred, MNT_WAIT, p)) != 0) VOP_FSYNC 169 kern/vfs_sync.c (void) VOP_FSYNC(vp, p->p_ucred, MNT_LAZY, p); VOP_FSYNC 2117 kern/vfs_syscalls.c error = VOP_FSYNC(vp, fp->f_cred, MNT_WAIT, p); VOP_FSYNC 687 msdosfs/msdosfs_vfsops.c if ((error = VOP_FSYNC(vp, msa->cred, msa->waitfor, msa->p)) != 0) VOP_FSYNC 733 msdosfs/msdosfs_vfsops.c if ((error = VOP_FSYNC(pmp->pm_devvp, cred, waitfor, p)) != 0) VOP_FSYNC 2981 nfs/nfs_serv.c error = VOP_FSYNC(vp, cred, MNT_WAIT, procp); VOP_FSYNC 811 nfs/nfs_vfsops.c error = VOP_FSYNC(vp, cred, waitfor, p); VOP_FSYNC 1579 nfs/nfs_vnops.c VOP_FSYNC(vp, cnp->cn_cred, MNT_WAIT, cnp->cn_proc); VOP_FSYNC 198 sys/vnode_if.h int VOP_FSYNC(struct vnode *, struct ucred *, int, struct proc *); VOP_FSYNC 660 ufs/ext2fs/ext2fs_vfsops.c error = VOP_FSYNC(ump->um_devvp, p->p_ucred, MNT_WAIT, p); VOP_FSYNC 742 ufs/ext2fs/ext2fs_vfsops.c if ((error = VOP_FSYNC(vp, esa->cred, esa->waitfor, esa->p)) != 0) VOP_FSYNC 785 ufs/ext2fs/ext2fs_vfsops.c if ((error = VOP_FSYNC(ump->um_devvp, cred, waitfor, p)) != 0) VOP_FSYNC 400 ufs/ffs/ffs_balloc.c VOP_FSYNC(vp, p->p_ucred, MNT_WAIT, p); VOP_FSYNC 431 ufs/ffs/ffs_balloc.c VOP_FSYNC(vp, p->p_ucred, MNT_WAIT, p); VOP_FSYNC 810 ufs/ffs/ffs_balloc.c VOP_FSYNC(vp, p->p_ucred, MNT_WAIT, p); VOP_FSYNC 889 ufs/ffs/ffs_balloc.c VOP_FSYNC(vp, p->p_ucred, MNT_WAIT, p); VOP_FSYNC 219 ufs/ffs/ffs_inode.c if ((error = VOP_FSYNC(ovp, cred, MNT_WAIT, VOP_FSYNC 291 ufs/ffs/ffs_inode.c (error = VOP_FSYNC(ovp, cred, MNT_WAIT, curproc)) != 0) VOP_FSYNC 897 ufs/ffs/ffs_softdep.c error = VOP_FSYNC(devvp, p->p_ucred, MNT_WAIT, p); VOP_FSYNC 4646 ufs/ffs/ffs_softdep.c error = VOP_FSYNC(pvp, p->p_ucred, MNT_WAIT, p); VOP_FSYNC 5139 ufs/ffs/ffs_softdep.c if ((error=VOP_FSYNC(vp, p->p_ucred, MNT_NOWAIT, p)) || VOP_FSYNC 5140 ufs/ffs/ffs_softdep.c (error=VOP_FSYNC(vp, p->p_ucred, MNT_NOWAIT, p))) { VOP_FSYNC 5405 ufs/ffs/ffs_softdep.c if ((error = VOP_FSYNC(vp, p->p_ucred, MNT_NOWAIT, p))) VOP_FSYNC 5487 ufs/ffs/ffs_softdep.c if ((error = VOP_FSYNC(vp, p->p_ucred, MNT_WAIT, p))) VOP_FSYNC 5490 ufs/ffs/ffs_softdep.c if ((error = VOP_FSYNC(vp, p->p_ucred, MNT_NOWAIT, p))) VOP_FSYNC 1082 ufs/ffs/ffs_vfsops.c error = VOP_FSYNC(ump->um_devvp, p->p_ucred, MNT_WAIT, p); VOP_FSYNC 1150 ufs/ffs/ffs_vfsops.c if ((error = VOP_FSYNC(vp, fsa->cred, fsa->waitfor, fsa->p))) VOP_FSYNC 1212 ufs/ffs/ffs_vfsops.c if ((error = VOP_FSYNC(ump->um_devvp, cred, waitfor, p)) != 0) VOP_FSYNC 783 ufs/ufs/ufs_lookup.c error = VOP_FSYNC(dvp, p->p_ucred, MNT_WAIT, p);