HomeSort by relevance Sort by last modified time
    Searched full:lockrecs (Results 1 - 1 of 1) sorted by null

  /external/e2fsprogs/lib/ext2fs/
tdb.c 233 struct tdb_lock_type *lockrecs; /* only real locks, all with count>0 */ member in struct:tdb_context
430 if (tdb->lockrecs[i].list == list) {
431 if (tdb->lockrecs[i].count == 0) {
443 tdb->lockrecs[i].count++;
449 tdb->lockrecs,
450 sizeof(*tdb->lockrecs) * (tdb->num_lockrecs+1));
455 tdb->lockrecs = new_lck;
467 tdb->lockrecs[tdb->num_lockrecs].list = list;
468 tdb->lockrecs[tdb->num_lockrecs].count = 1;
469 tdb->lockrecs[tdb->num_lockrecs].ltype = ltype
    [all...]

Completed in 1932 milliseconds