Home
last modified time | relevance | path

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

/openbsd/sys/ufs/ffs/
H A Dffs_balloc.c368 VOP_FSYNC(vp, p->p_ucred, MNT_WAIT, p); in ffs1_balloc()
398 VOP_FSYNC(vp, p->p_ucred, MNT_WAIT, p); in ffs1_balloc()
745 VOP_FSYNC(vp, p->p_ucred, MNT_WAIT, p); in ffs2_balloc()
817 VOP_FSYNC(vp, p->p_ucred, MNT_WAIT, p); in ffs2_balloc()
H A Dffs_vfsops.c991 error = VOP_FSYNC(ump->um_devvp, p->p_ucred, MNT_WAIT, p); in ffs_flushfiles()
1081 if ((error = VOP_FSYNC(vp, fsa->cred, fsa->waitfor, fsa->p))) in ffs_sync_vnode()
1140 if ((error = VOP_FSYNC(ump->um_devvp, cred, waitfor, p)) != 0) in ffs_sync()
/openbsd/sys/kern/
H A Dvfs_sync.c160 (void) VOP_FSYNC(vp, p->p_ucred, MNT_LAZY, p); in syncer_thread()
H A Dvfs_vops.c295 VOP_FSYNC(struct vnode *vp, struct ucred *cred, int waitfor, in VOP_FSYNC() function
H A Dvfs_subr.c1989 if ((error = VOP_FSYNC(vp, cred, MNT_WAIT, p)) != 0) in vinvalbuf()
H A Dvfs_syscalls.c2929 error = VOP_FSYNC(vp, fp->f_cred, MNT_WAIT, p); in sys_fsync()
/openbsd/sys/msdosfs/
H A Dmsdosfs_vfsops.c663 if ((error = VOP_FSYNC(vp, msa->cred, msa->waitfor, msa->p)) != 0) in msdosfs_sync_vnode()
706 if ((error = VOP_FSYNC(pmp->pm_devvp, cred, waitfor, p)) != 0) in msdosfs_sync()
/openbsd/sys/ufs/ext2fs/
H A Dext2fs_vfsops.c643 error = VOP_FSYNC(ump->um_devvp, p->p_ucred, MNT_WAIT, p); in ext2fs_flushfiles()
736 if ((error = VOP_FSYNC(vp, esa->cred, esa->waitfor, esa->p)) != 0) in ext2fs_sync_vnode()
785 if ((error = VOP_FSYNC(ump->um_devvp, cred, waitfor, p)) != 0) in ext2fs_sync()
/openbsd/sys/sys/
H A Dvnode.h424 int VOP_FSYNC(struct vnode *, struct ucred *, int, struct proc *);
/openbsd/sys/nfs/
H A Dnfs_vfsops.c823 error = VOP_FSYNC(vp, cred, waitfor, p); in nfs_sync()
H A Dnfs_vnops.c1923 VOP_FSYNC(vp, cnp->cn_cred, MNT_WAIT, cnp->cn_proc); in nfs_link()
H A Dnfs_serv.c2916 error = VOP_FSYNC(vp, cred, MNT_WAIT, procp); in nfsrv_commit()
/openbsd/regress/usr.bin/diff/
H A Dt9.11679 error = VOP_FSYNC(vp, fp->f_cred, MNT_WAIT, p);
H A Dt9.22282 error = VOP_FSYNC(vp, fp->f_cred, MNT_WAIT, p);