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

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c2643 static int tdb_next_lock(struct tdb_context *tdb, struct tdb_traverse_lock *tlock, function
2714 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_next_lock: loop detected.\n"));
2741 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_next_lock: On error unlock failed!\n"));
2766 /* tdb_next_lock places locks on the record returned, and its chain */
2767 while ((ret = tdb_next_lock(tdb, tl, &rec)) > 0) {
2874 if (tdb_next_lock(tdb, &tdb->travlocks, &rec) <= 0)
2932 if (tdb_next_lock(tdb, &tdb->travlocks, &rec) > 0) {

Completed in 138 milliseconds