Searched defs:tdb_unlock_record (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c272 static int tdb_unlock_record(struct tdb_context *tdb, tdb_off_t off);
815 int tdb_unlock_record(struct tdb_context *tdb, tdb_off_t off) function
2695 if (tdb_unlock_record(tdb, tlock->off) != 0)
2776 if (tdb_unlock_record(tdb, tl->off) != 0)
2793 if (tdb_unlock_record(tdb, tl->off) != 0) {
2868 if (tdb_unlock_record(tdb, tdb->travlocks.off) != 0)
2903 if (tdb_unlock_record(tdb, tdb->travlocks.off) != 0) {

Completed in 131 milliseconds