Lines Matching refs:full_hash
175 u32 full_hash; /* the full 32 bit hash of the key */ member
2924 tdb->travlocks.hash = BUCKET(rec.full_hash); in tdb_nextkey()
2965 rec.full_hash, rec.magic); in tdb_dump_record()
3122 if (!TDB_DEAD(r) && hash==r->full_hash in tdb_find()
3201 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK); in tdb_fetch()
3241 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK); in tdb_parse_record()
3258 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK); in tdb_exists_hash()
3285 if (tdb_ofs_read(tdb, TDB_HASH_TOP(rec->full_hash), &i) == -1) in tdb_do_delete()
3293 last_ptr = TDB_HASH_TOP(rec->full_hash); in tdb_do_delete()
3411 if (tdb_unlock(tdb, BUCKET(rec.full_hash), F_WRLCK) != 0) in tdb_delete_hash()
3527 rec.full_hash = hash; in tdb_store()
3570 rec.full_hash = hash; in tdb_store()