Home
last modified time | relevance | path

Searched refs:full_hash (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dtdb.c174 u32 full_hash; /* the full 32 bit hash of the key */ member
2927 tdb->travlocks.hash = BUCKET(rec.full_hash); in tdb_nextkey()
2968 rec.full_hash, rec.magic); in tdb_dump_record()
3123 if (!TDB_DEAD(r) && hash==r->full_hash in tdb_find()
3202 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK); in tdb_fetch()
3242 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK); in tdb_parse_record()
3259 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK); in tdb_exists_hash()
3286 if (tdb_ofs_read(tdb, TDB_HASH_TOP(rec->full_hash), &i) == -1) in tdb_do_delete()
3294 last_ptr = TDB_HASH_TOP(rec->full_hash); in tdb_do_delete()
3412 if (tdb_unlock(tdb, BUCKET(rec.full_hash), F_WRLCK) != 0) in tdb_delete_hash()
[all …]