Lines Matching refs:full_hash
170 u32 full_hash; /* the full 32 bit hash of the key */
512 printf(" rec: offset=%u next=%d rec_len=%d key_len=%d data_len=%d full_hash=0x%x magic=0x%x\n",
513 offset, rec.next, rec.rec_len, rec.key_len, rec.data_len, rec.full_hash, rec.magic);
980 if (!TDB_DEAD(r) && hash==r->full_hash && key.dsize==r->key_len) {
1096 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK);
1112 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK);
1182 if (ofs_read(tdb, TDB_HASH_TOP(rec->full_hash), &i) == -1)
1190 last_ptr = TDB_HASH_TOP(rec->full_hash);
1377 tdb->travlocks.hash = BUCKET(rec.full_hash);
1411 if (tdb_unlock(tdb, BUCKET(rec.full_hash), F_WRLCK) != 0)
1488 rec.full_hash = hash;
1611 rec.full_hash = hash;