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

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c267 static int tdb_free(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
1109 if (tdb_free(tdb, offset, &rec) == -1)
1244 tdb_free() the old record to place it on the normal tdb freelist
1826 if (tdb_free(tdb, recovery_head, &rec) == -1) {
1832 /* the tdb_free() call might have increased the recovery size */
2320 int tdb_free(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec) function
2330 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_free: update_tailer failed!\n"));
2340 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_free: right read failed at %u\n", right));
2347 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_free: right free failed at %u\n", right));
2363 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_free
[all...]

Completed in 37 milliseconds