Searched refs:tdb_exists_hash (Results 1 – 1 of 1) sorted by relevance
3253 static int tdb_exists_hash(struct tdb_context *tdb, TDB_DATA key, u32 hash) in tdb_exists_hash() function3266 return tdb_exists_hash(tdb, key, hash); in tdb_exists()3477 if (tdb_exists_hash(tdb, key, hash)) { in tdb_store()