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