/src/sys/fs/sysvbfs/ |
sysvbfs_vfsops.c | 306 err = VOP_FSYNC(vp, cred, FSYNC_WAIT, 0, 0);
|
sysvbfs_vnops.c | 233 VOP_FSYNC(a->a_vp, a->a_cred, FSYNC_WAIT, 0, 0);
|
/src/sys/fs/v7fs/ |
v7fs_vfsops.c | 406 err = VOP_FSYNC(vp, cred, FSYNC_WAIT, 0, 0);
|
/src/sys/sys/ |
vnode_if.h | 279 int VOP_FSYNC(struct vnode *, kauth_cred_t, int, off_t, off_t);
|
/src/sys/fs/msdosfs/ |
msdosfs_vfsops.c | 1063 if ((error = VOP_FSYNC(vp, cred, 1074 if ((error = VOP_FSYNC(pmp->pm_devvp, cred,
|
/src/sys/rump/librump/rumpvfs/ |
rumpvnode_if.c | 362 error = VOP_FSYNC(vp, cred, flags, offlo, offhi);
|
/src/sys/ufs/ext2fs/ |
ext2fs_vfsops.c | 991 error = VOP_FSYNC(vp, cred, 1003 if ((error = VOP_FSYNC(ump->um_devvp, cred,
|
/src/sys/ufs/ffs/ |
ffs_vfsops.c | 1878 error = VOP_FSYNC(ump->um_devvp, l->l_cred, FSYNC_WAIT, 0, 0); 2015 error = VOP_FSYNC(vp, cred, FSYNC_NOLOG | 2041 if ((error = VOP_FSYNC(ump->um_devvp, cred, flags, 0,
|
ffs_snapshot.c | 246 error = VOP_FSYNC(vp, l->l_cred, FSYNC_WAIT, 0, 0); 330 error = VOP_FSYNC(vp, l->l_cred, FSYNC_WAIT, 0, 0);
|
/src/sys/kern/ |
vfs_subr.c | 216 error = VOP_FSYNC(vp, cred, FSYNC_WAIT|FSYNC_RECLAIM, 0, 0); 816 error = VOP_FSYNC(vp, curlwp->l_cred,
|
sys_aio.c | 1086 error = VOP_FSYNC(vp, fp->f_cred, 1089 error = VOP_FSYNC(vp, fp->f_cred, FSYNC_WAIT, 0, 0);
|
vfs_mount.c | 634 error = VOP_FSYNC(vp, curlwp->l_cred, FSYNC_WAIT, 0, 0);
|
vfs_syscalls.c | 4260 error = VOP_FSYNC(vp, fp->f_cred, FSYNC_WAIT, 0, 0); 4304 /* Now set up the flags for value(s) to pass to VOP_FSYNC() */ 4329 error = VOP_FSYNC(vp, fp->f_cred, nflags, s, e); 4356 error = VOP_FSYNC(vp, fp->f_cred, FSYNC_WAIT|FSYNC_DATAONLY, 0, 0);
|
vnode_if.c | 1116 "vop_fsync", 1124 VOP_FSYNC(struct vnode *vp, 1134 a.a_desc = VDESC(vop_fsync); 1140 assert_vop_locked(vp, "vop_fsync: vp"); 1144 error = (VCALL(vp, VOFFSET(vop_fsync), &a));
|
/src/sys/fs/puffs/ |
puffs_vfsops.c | 576 rv = VOP_FSYNC(vp, cred, fsyncwait, 0, 0);
|
/src/sys/nfs/ |
nfs_vfsops.c | 982 error = VOP_FSYNC(vp, cred,
|
/src/sys/fs/udf/ |
udf_subr.c | 1861 error = VOP_FSYNC(bitmap_node->vnode, 2886 error = VOP_FSYNC(ump->vat_node->vnode, 3862 error = VOP_FSYNC(ump->vat_node->vnode, 6272 return VOP_FSYNC(vp, FSCRED, FSYNC_WAIT, 0,0); 6440 VOP_FSYNC(vp, cred, 0 | FSYNC_DATAONLY,0,0); 6448 VOP_FSYNC(vp, cred, 0,0,0); 6513 DPRINTF(CALL, ("issue VOP_FSYNC(DATA only) on all nodes\n")); 6514 DPRINTF(SYNC, ("issue VOP_FSYNC(DATA only) on all nodes\n")); 6517 DPRINTF(CALL, ("issue VOP_FSYNC(COMPLETE) on all finished nodes\n")); 6518 DPRINTF(SYNC, ("issue VOP_FSYNC(COMPLETE) on all finished nodes\n")) [all...] |
/src/sys/fs/nfs/client/ |
nfs_clvnops.c | 168 .vop_fsync = nfs_fsync, 199 .vop_fsync = nfs_fsync, 1805 error = VOP_FSYNC(fvp, MNT_WAIT, fcnp->cn_thread); 1808 error = VOP_FSYNC(tvp, MNT_WAIT, tcnp->cn_thread); 1964 VOP_FSYNC(vp, MNT_WAIT, cnp->cn_thread);
|
nfs_clvfsops.c | 1779 error = VOP_FSYNC(vp, waitfor, td);
|
/src/sys/fs/unionfs/ |
unionfs_vnops.c | 910 return (VOP_FSYNC(ovp, ap->a_cred, ap->a_flags, ap->a_offlo, ap->a_offhi));
|
/src/sys/coda/ |
coda_vnops.c | 807 VOP_FSYNC(convp, cred, MNT_WAIT, 0, 0);
|
/src/sys/fs/union/ |
union_vnops.c | 1172 error = VOP_FSYNC(targetvp, ap->a_cred, ap->a_flags,
|
/src/share/man/man9/ |
Makefile | 1131 vnodeops.9 VOP_FSYNC.9 \
|
/src/sys/dev/ |
vnd.c | 1672 error = VOP_FSYNC(vnd->sc_vp, vnd->sc_cred,
|
/src/sys/ufs/lfs/ |
lfs_vnops.c | 794 if ((error = VOP_FSYNC(*vpp, NOCRED, FSYNC_WAIT, 0, 0)) != 0) {
|