Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dtdb.c3253 static int tdb_exists_hash(struct tdb_context *tdb, TDB_DATA key, u32 hash) in tdb_exists_hash() function
3266 return tdb_exists_hash(tdb, key, hash); in tdb_exists()
3477 if (tdb_exists_hash(tdb, key, hash)) { in tdb_store()