Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dstatic-prototypes17 -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);
/external/e2fsprogs/lib/ext2fs/
Dtdb.c264 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() function
3277 if (tdb_write_lock_record(tdb, rec_ptr) == -1) { in tdb_do_delete()