Searched refs:VOP_FSYNC (Results 1 – 14 of 14) sorted by relevance
/openbsd/sys/ufs/ffs/ |
H A D | ffs_balloc.c | 368 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 D | ffs_vfsops.c | 991 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 D | vfs_sync.c | 160 (void) VOP_FSYNC(vp, p->p_ucred, MNT_LAZY, p); in syncer_thread()
|
H A D | vfs_vops.c | 295 VOP_FSYNC(struct vnode *vp, struct ucred *cred, int waitfor, in VOP_FSYNC() function
|
H A D | vfs_subr.c | 1989 if ((error = VOP_FSYNC(vp, cred, MNT_WAIT, p)) != 0) in vinvalbuf()
|
H A D | vfs_syscalls.c | 2929 error = VOP_FSYNC(vp, fp->f_cred, MNT_WAIT, p); in sys_fsync()
|
/openbsd/sys/msdosfs/ |
H A D | msdosfs_vfsops.c | 663 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 D | ext2fs_vfsops.c | 643 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 D | vnode.h | 424 int VOP_FSYNC(struct vnode *, struct ucred *, int, struct proc *);
|
/openbsd/sys/nfs/ |
H A D | nfs_vfsops.c | 823 error = VOP_FSYNC(vp, cred, waitfor, p); in nfs_sync()
|
H A D | nfs_vnops.c | 1923 VOP_FSYNC(vp, cnp->cn_cred, MNT_WAIT, cnp->cn_proc); in nfs_link()
|
H A D | nfs_serv.c | 2916 error = VOP_FSYNC(vp, cred, MNT_WAIT, procp); in nfsrv_commit()
|
/openbsd/regress/usr.bin/diff/ |
H A D | t9.1 | 1679 error = VOP_FSYNC(vp, fp->f_cred, MNT_WAIT, p);
|
H A D | t9.2 | 2282 error = VOP_FSYNC(vp, fp->f_cred, MNT_WAIT, p);
|