HomeSort by relevance Sort by last modified time
    Searched refs:tdb_unlock (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
tdb.c 289 static int tdb_unlock(TDB_CONTEXT *tdb, int list, int ltype) function
298 TDB_LOG((tdb, 0, "tdb_unlock: list %d invalid (%d)\n", list, tdb->header.hash_size));
303 TDB_LOG((tdb, 0, "tdb_unlock: count is 0\n"));
320 TDB_LOG((tdb, 0,"tdb_unlock: An error occurred unlocking!\n"));
538 return tdb_unlock(tdb, i, F_WRLCK);
547 return tdb_unlock(tdb, i, F_WRLCK);
574 tdb_unlock(tdb, -1, F_WRLCK);
581 tdb_unlock(tdb, -1, F_WRLCK);
587 tdb_unlock(tdb, -1, F_WRLCK);
600 return tdb_unlock(tdb, -1, F_WRLCK)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 259 static int tdb_unlock(struct tdb_context *tdb, int list, int ltype);
433 * Can't happen, see tdb_unlock(). It should
497 int tdb_unlock(struct tdb_context *tdb, int list, int ltype) function
521 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_unlock: list %d invalid (%d)\n", list, tdb->header.hash_size));
533 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_unlock: count is 0\n"));
577 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_unlock: An error occurred unlocking!\n"));
767 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK | TDB_MARK_LOCK);
772 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
782 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK);
1114 tdb_unlock(tdb, -1, F_WRLCK)
    [all...]

Completed in 12 milliseconds