Searched defs:tdb_transaction_commit (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.h108 #define tdb_transaction_commit ext2fs_tdb_transaction_commit macro
185 int tdb_transaction_commit(struct tdb_context *tdb);
H A Dtdb.c1979 int tdb_transaction_commit(struct tdb_context *tdb) function
1986 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_transaction_commit: no transaction\n"));
1993 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_transaction_commit: transaction error pending\n"));
2014 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_transaction_commit: locks pending on commit\n"));
2030 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_transaction_commit: failed to get global lock\n"));
2039 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_transaction_commit: failed to setup recovery data\n"));
2052 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_transaction_commit: expansion failed\n"));
2066 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_transaction_commit: write failed during commit\n"));
2077 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_transaction_commit: write failed\n"));
2093 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_transaction_commit
[all...]

Completed in 1812 milliseconds