Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/tdb/patches/
Dstatic-prototypes9 -int tdb_munmap(struct tdb_context *tdb);
33 +static int tdb_munmap(struct tdb_context *tdb);
/third_party/e2fsprogs/lib/ext2fs/
Dtdb.c262 static int tdb_munmap(struct tdb_context *tdb);
875 if (tdb_munmap(tdb) == -1) in tdb_oob()
975 int tdb_munmap(struct tdb_context *tdb) in tdb_munmap() function
1081 tdb_munmap(tdb); in tdb_expand()
2251 tdb_munmap(tdb); in tdb_transaction_recover()
4012 tdb_munmap(tdb); in tdb_open_ex()
4051 tdb_munmap(tdb); in tdb_close()
4104 if (tdb_munmap(tdb) != 0) { in tdb_reopen()