Home
last modified time | relevance | path

Searched refs:tdb_unlock_record (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dstatic-prototypes27 -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);
/external/e2fsprogs/lib/ext2fs/
Dtdb.c276 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() function
2702 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()