Searched refs:tdb_find (Results 1 – 1 of 1) sorted by relevance
/third_party/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 3125 static tdb_off_t tdb_find(struct tdb_context *tdb, TDB_DATA key, u32 hash, in tdb_find() function 3159 if (!(rec_ptr = tdb_find(tdb, key, hash, rec))) in tdb_find_lock_hash() 3175 if (!(rec_ptr = tdb_find(tdb, key, hash, &rec))) in tdb_update_hash() 3405 if (!(rec_ptr = tdb_find(tdb, key, hash, &rec))) { in tdb_delete_hash()
|