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

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c2307 static int update_tailer(struct tdb_context *tdb, tdb_off_t offset, function
2329 if (update_tailer(tdb, offset, rec) != 0) {
2330 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_free: update_tailer failed!\n"));
2393 if (update_tailer(tdb, offset, rec) == -1) {
2394 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_free: update_tailer failed at %u\n", offset));
2463 if (update_tailer(tdb, rec_ptr, rec) == -1) {

Completed in 541 milliseconds