Searched refs:tdb_unlock_record (Results 1 – 2 of 2) sorted by relevance
27 -int tdb_unlock_record(struct tdb_context *tdb, tdb_off_t off);51 +static int tdb_unlock_record(struct tdb_context *tdb, tdb_off_t off);
276 static int tdb_unlock_record(struct tdb_context *tdb, tdb_off_t off);819 int tdb_unlock_record(struct tdb_context *tdb, tdb_off_t off) in tdb_unlock_record() function2702 if (tdb_unlock_record(tdb, tlock->off) != 0) in tdb_next_lock()2783 if (tdb_unlock_record(tdb, tl->off) != 0) in tdb_traverse_internal()2800 if (tdb_unlock_record(tdb, tl->off) != 0) { in tdb_traverse_internal()2875 if (tdb_unlock_record(tdb, tdb->travlocks.off) != 0) in tdb_firstkey()2910 if (tdb_unlock_record(tdb, tdb->travlocks.off) != 0) { in tdb_nextkey()