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

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dtdb.h107 #define tdb_transaction_start ext2fs_tdb_transaction_start macro
184 int tdb_transaction_start(struct tdb_context *tdb);
H A Dtdb.c1262 - allow for nested calls to tdb_transaction_start(), re-using the
1324 nested tdb_transaction_start() calls, as these are allowed,
1583 int tdb_transaction_start(struct tdb_context *tdb) function
1587 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_transaction_start: cannot start a transaction on a read-only or internal db\n"));
1592 /* cope with nested tdb_transaction_start() calls */
1595 TDB_LOG((tdb, TDB_DEBUG_TRACE, "tdb_transaction_start: nesting %d\n",
1604 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_transaction_start: cannot start a transaction with locks held\n"));
1613 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_transaction_start: cannot start a transaction within a traverse\n"));
1636 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_transaction_start: failed to get hash locks\n"));
1651 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_transaction_start
[all...]

Completed in 95 milliseconds