| /src/external/cddl/osnet/sys/sys/ |
| vnode.h | 296 error = VOP_FSYNC(vp, cr, FSYNC_WAIT, 0, 0); 300 #define VOP_FSYNC(vp, flag, cr, unk) zfs_vop_fsync((vp), (flag), (cr))
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| vdev_file.c | 180 zio->io_error = VOP_FSYNC(vp, FSYNC | FDSYNC,
|
| spa_config.c | 202 err = VOP_FSYNC(vp, FSYNC, kcred, NULL);
|
| /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/ |
| sys_aio.c | 1086 error = VOP_FSYNC(vp, fp->f_cred, 1089 error = VOP_FSYNC(vp, fp->f_cred, FSYNC_WAIT, 0, 0);
|
| vfs_subr.c | 216 error = VOP_FSYNC(vp, cred, FSYNC_WAIT|FSYNC_RECLAIM, 0, 0); 816 error = VOP_FSYNC(vp, curlwp->l_cred,
|
| vfs_mount.c | 634 error = VOP_FSYNC(vp, curlwp->l_cred, FSYNC_WAIT, 0, 0);
|
| vfs_syscalls.c | 4261 error = VOP_FSYNC(vp, fp->f_cred, FSYNC_WAIT, 0, 0); 4305 /* Now set up the flags for value(s) to pass to VOP_FSYNC() */ 4330 error = VOP_FSYNC(vp, fp->f_cred, nflags, s, e); 4357 error = VOP_FSYNC(vp, fp->f_cred, FSYNC_WAIT|FSYNC_DATAONLY, 0, 0);
|
| /src/sys/nfs/ |
| nfs_vfsops.c | 982 error = VOP_FSYNC(vp, cred,
|
| /src/external/cddl/osnet/dist/lib/libzpool/common/sys/ |
| zfs_context.h | 528 #define VOP_FSYNC(vp, f, cr, ct) fsync((vp)->v_fd)
|
| /src/sys/fs/puffs/ |
| puffs_vfsops.c | 576 rv = VOP_FSYNC(vp, cred, fsyncwait, 0, 0);
|
| /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);
|
| /src/share/man/man9/ |
| Makefile | 1133 vnodeops.9 VOP_FSYNC.9 \
|
| /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/sys/fs/unionfs/ |
| unionfs_vnops.c | 910 return (VOP_FSYNC(ovp, ap->a_cred, ap->a_flags, ap->a_offlo, ap->a_offhi));
|