tdb_unlock         71 lib/tdb/common/dump.c 		return tdb_unlock(tdb, i, F_WRLCK);
tdb_unlock         80 lib/tdb/common/dump.c 	return tdb_unlock(tdb, i, F_WRLCK);
tdb_unlock        107 lib/tdb/common/dump.c 		tdb_unlock(tdb, -1, F_WRLCK);
tdb_unlock        115 lib/tdb/common/dump.c 			tdb_unlock(tdb, -1, F_WRLCK);
tdb_unlock        121 lib/tdb/common/dump.c 			tdb_unlock(tdb, -1, F_WRLCK);
tdb_unlock        135 lib/tdb/common/dump.c 	return tdb_unlock(tdb, -1, F_WRLCK);
tdb_unlock        184 lib/tdb/common/freelist.c 			tdb_unlock(tdb, -1, F_WRLCK);
tdb_unlock        202 lib/tdb/common/freelist.c 	tdb_unlock(tdb, -1, F_WRLCK);
tdb_unlock        206 lib/tdb/common/freelist.c 	tdb_unlock(tdb, -1, F_WRLCK);
tdb_unlock        348 lib/tdb/common/freelist.c 		tdb_unlock(tdb, -1, F_WRLCK);
tdb_unlock        357 lib/tdb/common/freelist.c 	tdb_unlock(tdb, -1, F_WRLCK);
tdb_unlock        380 lib/tdb/common/freelist.c 	tdb_unlock(tdb, -1, F_RDLCK);
tdb_unlock        105 lib/tdb/common/freelistcheck.c 	tdb_unlock(tdb, -1, F_WRLCK);
tdb_unlock        360 lib/tdb/common/io.c 	tdb_unlock(tdb, -1, F_WRLCK);
tdb_unlock        363 lib/tdb/common/io.c 	tdb_unlock(tdb, -1, F_WRLCK);
tdb_unlock        485 lib/tdb/common/lock.c 	return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK | TDB_MARK_LOCK);
tdb_unlock        490 lib/tdb/common/lock.c 	return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
tdb_unlock        500 lib/tdb/common/lock.c 	return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK);
tdb_unlock        118 lib/tdb/common/tdb.c 		tdb_unlock(tdb, BUCKET(hash), locktype);
tdb_unlock        176 lib/tdb/common/tdb.c 	tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK);
tdb_unlock        216 lib/tdb/common/tdb.c 	tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK);
tdb_unlock        233 lib/tdb/common/tdb.c 	tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK);
tdb_unlock        335 lib/tdb/common/tdb.c 	tdb_unlock(tdb, -1, F_WRLCK);
tdb_unlock        365 lib/tdb/common/tdb.c 			tdb_unlock(tdb, BUCKET(hash), F_WRLCK);
tdb_unlock        387 lib/tdb/common/tdb.c 	if (tdb_unlock(tdb, BUCKET(rec.full_hash), F_WRLCK) != 0)
tdb_unlock        527 lib/tdb/common/tdb.c 		tdb_unlock(tdb, -1, F_WRLCK);
tdb_unlock        534 lib/tdb/common/tdb.c 	tdb_unlock(tdb, -1, F_WRLCK);
tdb_unlock        565 lib/tdb/common/tdb.c 	tdb_unlock(tdb, BUCKET(hash), F_WRLCK);
tdb_unlock        606 lib/tdb/common/tdb.c 	tdb_unlock(tdb, BUCKET(hash), F_WRLCK);
tdb_unlock        181 lib/tdb/common/tdb_private.h int tdb_unlock(struct tdb_context *tdb, int list, int ltype);
tdb_unlock        120 lib/tdb/common/traverse.c 		tdb_unlock(tdb, tlock->hash, tlock->lock_rw);
tdb_unlock        128 lib/tdb/common/traverse.c 	if (tdb_unlock(tdb, tlock->hash, tlock->lock_rw) != 0)
tdb_unlock        162 lib/tdb/common/traverse.c 			if (tdb_unlock(tdb, tl->hash, tl->lock_rw) != 0)
tdb_unlock        173 lib/tdb/common/traverse.c 		if (tdb_unlock(tdb, tl->hash, tl->lock_rw) != 0) {
tdb_unlock        284 lib/tdb/common/traverse.c 	if (tdb_unlock(tdb, tdb->travlocks.hash, tdb->travlocks.lock_rw) != 0)
tdb_unlock        310 lib/tdb/common/traverse.c 			if (tdb_unlock(tdb, tdb->travlocks.hash, tdb->travlocks.lock_rw) != 0) {
tdb_unlock        340 lib/tdb/common/traverse.c 		if (tdb_unlock(tdb, tdb->travlocks.hash, tdb->travlocks.lock_rw) != 0)
tdb_unlock        344 lib/tdb/common/traverse.c 	if (tdb_unlock(tdb, BUCKET(oldhash), tdb->travlocks.lock_rw) != 0)