Searched refs:sync_log (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_log_c.x94 % int sync_log();
H A Ddb_c.x164 % db_status sync_log();
H A Ddb_log.cc91 sync_log();
273 db_log::sync_log() function in class:db_log
277 WRITELOCK(this, -1, "w db_log::sync_log");
281 WRITEUNLOCK(this, status, "wu db_log::sync_log");
310 WRITEUNLOCK(this, status, "wu db_log::sync_log");
H A Ddb.cc368 if (logfile->sync_log() < 0) {
441 logfile->sync_log();
461 logfile->sync_log();
827 db::sync_log() { function in class:db
831 WRITELOCK(this, DB_LOCK_ERROR, "w db::sync_log");
835 if (logfile_opened == FALSE || logfile->sync_log())
840 WRITEUNLOCK(this, DB_LOCK_ERROR, "wu db::sync_log");
H A Ddb_mindex3.cc509 * If we have any updates, we'll call db::sync_log, which write-
839 (void) ((db *)mindex->getDbPtr())->sync_log();
H A Ddb_mindex2.cc1025 (void) ((db *)dbptr.ptr)->sync_log();
H A Dnis_db.cc1731 return (dbase->sync_log());

Completed in 103 milliseconds