Lines Matching full:update_tailer
2307 static int update_tailer(struct tdb_context *tdb, tdb_off_t offset,
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) {