__memp_fsync
static int __memp_fsync __P((DB_MPOOLFILE *));
return (__memp_fsync(dbmfp));
ret = dbmfp->fd == -1 ? __memp_fsync(dbmfp) : 0;