Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dstatic-prototypes26 -int tdb_lock_record(struct tdb_context *tdb, tdb_off_t off);
50 +static int tdb_lock_record(struct tdb_context *tdb, tdb_off_t off);
/external/e2fsprogs/lib/ext2fs/
Dtdb.c271 static int tdb_lock_record(struct tdb_context *tdb, tdb_off_t off);
786 int tdb_lock_record(struct tdb_context *tdb, tdb_off_t off) in tdb_lock_record() function
2720 if (tdb_lock_record(tdb, tlock->off) != 0) in tdb_next_lock()
2923 if (tdb_lock_record(tdb, tdb->travlocks.off) != 0) { in tdb_nextkey()