Searched refs:tdb_transaction_recover (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.h110 #define tdb_transaction_recover ext2fs_tdb_transaction_recover macro
188 int tdb_transaction_recover(struct tdb_context *tdb);
H A Dtdb.c2079 tdb_transaction_recover(tdb);
2139 int tdb_transaction_recover(struct tdb_context *tdb) function
2148 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_transaction_recover: failed to read recovery head\n"));
2161 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_transaction_recover: failed to read recovery record\n"));
2172 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_transaction_recover: attempt to recover read only database\n"));
2181 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_transaction_recover: failed to allocate recovery data\n"));
2189 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_transaction_recover: failed to read recovery data\n"));
2206 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_transaction_recover: failed to recover %d bytes at offset %d\n", len, ofs));
2216 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_transaction_recover: failed to sync recovery\n"));
2224 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_transaction_recover
[all...]

Completed in 56 milliseconds