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

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c2643 static int tdb_next_lock(struct tdb_context *tdb, struct tdb_traverse_lock *tlock, argument
2646 int want_next = (tlock->off != 0);
2649 for (; tlock->hash < tdb->header.hash_size; tlock->hash++) {
2650 if (!tlock->off && tlock->hash != 0) {
2679 tdb->methods->next_hash_chain(tdb, &tlock->hash);
2680 if (tlock->hash == tdb->header.hash_size) {
2685 if (tdb_lock(tdb, tlock->hash, tlock
[all...]

Completed in 1096 milliseconds