HomeSort by relevance Sort by last modified time
    Searched full:tdb_munmap (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/ext2fs/tdb/patches/
static-prototypes 9 -int tdb_munmap(struct tdb_context *tdb);
33 +static int tdb_munmap(struct tdb_context *tdb);
  /external/e2fsprogs/lib/ext2fs/
tdb.c 256 static int tdb_munmap(struct tdb_context *tdb);
867 if (tdb_munmap(tdb) == -1)
967 int tdb_munmap(struct tdb_context *tdb) function
1070 tdb_munmap(tdb);
    [all...]

Completed in 115 milliseconds