Searched refs:tdb_write_unlock_record (Results 1 – 2 of 2) sorted by relevance
18 -int tdb_write_unlock_record(struct tdb_context *tdb, tdb_off_t off);42 +static int tdb_write_unlock_record(struct tdb_context *tdb, tdb_off_t off);
265 static int tdb_write_unlock_record(struct tdb_context *tdb, tdb_off_t off);811 int tdb_write_unlock_record(struct tdb_context *tdb, tdb_off_t off) in tdb_write_unlock_record() function3282 if (tdb_write_unlock_record(tdb, rec_ptr) != 0) in tdb_do_delete()