Searched refs:full_hash (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 173 u32 full_hash; /* the full 32 bit hash of the key */ member 2922 tdb->travlocks.hash = BUCKET(rec.full_hash); in tdb_nextkey() 2963 rec.full_hash, rec.magic); in tdb_dump_record() 3118 if (!TDB_DEAD(r) && hash==r->full_hash in tdb_find() 3197 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK); in tdb_fetch() 3237 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK); in tdb_parse_record() 3254 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK); in tdb_exists_hash() 3281 if (tdb_ofs_read(tdb, TDB_HASH_TOP(rec->full_hash), &i) == -1) in tdb_do_delete() 3289 last_ptr = TDB_HASH_TOP(rec->full_hash); in tdb_do_delete() 3407 if (tdb_unlock(tdb, BUCKET(rec.full_hash), F_WRLCK) != 0) in tdb_delete_hash() [all …]
|