fsync             561 lib/tdb/common/transaction.c 	if (fsync(tdb->fd) != 0) {
fsync             357 source3/include/vfs.h 		int (*fsync)(struct vfs_handle_struct *handle, struct files_struct *fsp);
fsync             538 source3/include/vfs.h 		struct vfs_handle_struct *fsync;
fsync              62 source3/include/vfs_macros.h #define SMB_VFS_FSYNC(fsp) ((fsp)->conn->vfs.ops.fsync((fsp)->conn->vfs.handles.fsync, (fsp)))
fsync             196 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_FSYNC(fsp) ((fsp)->conn->vfs_opaque.ops.fsync((fsp)->conn->vfs_opaque.handles.fsync, (fsp)))
fsync             331 source3/include/vfs_macros.h #define SMB_VFS_NEXT_FSYNC(handle, fsp) ((handle)->vfs_next.ops.fsync((handle)->vfs_next.handles.fsync, (fsp)))
fsync             280 source3/lib/smbrun.c 		fsync(ifd[1]);
fsync             314 source3/lib/tdb_validate.c 	fsync(tdb_fd(dst_tdb));
fsync              89 source3/modules/vfs_commit.c         result = fsync(fd);
fsync             577 source3/modules/vfs_default.c 	result = fsync(fsp->fh->fd);
fsync              62 source3/modules/vfs_syncops.c 		fsync(fd);
fsync              68 source3/modules/vfs_syncops.c 		fsync(dirfd(d));
fsync             173 source3/modules/vfs_syncops.c 		fsync(fsp->fh->fd);
fsync             225 source4/heimdal/lib/krb5/fcache.c     fsync (fd);
fsync             589 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 		fsync(f->fd);
fsync             594 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 			fsync(f->fd);
fsync              34 source4/ntvfs/posix/pvfs_flush.c 		fsync(f->handle->fd);
fsync             586 source4/ntvfs/simple/vfs_simple.c 		fsync(f->fd);
fsync             591 source4/ntvfs/simple/vfs_simple.c 			fsync(f->fd);