Searched defs:tdb_find (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c3104 static tdb_off_t tdb_find(struct tdb_context *tdb, TDB_DATA key, u32 hash, function
3130 /* As tdb_find, but if you succeed, keep the lock */
3138 if (!(rec_ptr = tdb_find(tdb, key, hash, rec)))
3154 if (!(rec_ptr = tdb_find(tdb, key, hash, &rec)))
3384 if (!(rec_ptr = tdb_find(tdb, key, hash, &rec))) {

Completed in 474 milliseconds