Searched refs:tdb_write_lock_record (Results 1 – 2 of 2) sorted by relevance
17 -int tdb_write_lock_record(struct tdb_context *tdb, tdb_off_t off);41 +static int tdb_write_lock_record(struct tdb_context *tdb, tdb_off_t off);
264 static int tdb_write_lock_record(struct tdb_context *tdb, tdb_off_t off);798 int tdb_write_lock_record(struct tdb_context *tdb, tdb_off_t off) in tdb_write_lock_record() function3277 if (tdb_write_lock_record(tdb, rec_ptr) == -1) { in tdb_do_delete()