full_hash 45 lib/tdb/common/dump.c rec.full_hash, rec.magic); full_hash 92 lib/tdb/common/tdb.c if (!TDB_DEAD(r) && hash==r->full_hash full_hash 176 lib/tdb/common/tdb.c tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK); full_hash 216 lib/tdb/common/tdb.c tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK); full_hash 233 lib/tdb/common/tdb.c tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK); full_hash 261 lib/tdb/common/tdb.c if (tdb_ofs_read(tdb, TDB_HASH_TOP(rec->full_hash), &i) == -1) full_hash 269 lib/tdb/common/tdb.c last_ptr = TDB_HASH_TOP(rec->full_hash); full_hash 387 lib/tdb/common/tdb.c if (tdb_unlock(tdb, BUCKET(rec.full_hash), F_WRLCK) != 0) full_hash 503 lib/tdb/common/tdb.c rec.full_hash = hash; full_hash 546 lib/tdb/common/tdb.c rec.full_hash = hash; full_hash 94 lib/tdb/common/tdb_private.h uint32_t full_hash; /* the full 32 bit hash of the key */ full_hash 325 lib/tdb/common/traverse.c tdb->travlocks.hash = BUCKET(rec.full_hash);