Home | History | Annotate | Download | only in ext2fs

Lines Matching full:tdb_find

3108 static tdb_off_t tdb_find(struct tdb_context *tdb, TDB_DATA key, u32 hash,
3134 /* As tdb_find, but if you succeed, keep the lock */
3142 if (!(rec_ptr = tdb_find(tdb, key, hash, rec)))
3158 if (!(rec_ptr = tdb_find(tdb, key, hash, &rec)))
3388 if (!(rec_ptr = tdb_find(tdb, key, hash, &rec))) {