Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dstatic-prototypes18 -int tdb_write_unlock_record(struct tdb_context *tdb, tdb_off_t off);
42 +static int tdb_write_unlock_record(struct tdb_context *tdb, tdb_off_t off);
/external/e2fsprogs/lib/ext2fs/
Dtdb.c265 static int tdb_write_unlock_record(struct tdb_context *tdb, tdb_off_t off);
811 int tdb_write_unlock_record(struct tdb_context *tdb, tdb_off_t off) in tdb_write_unlock_record() function
3282 if (tdb_write_unlock_record(tdb, rec_ptr) != 0) in tdb_do_delete()