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

  /external/e2fsprogs/lib/ext2fs/
tdb.c 220 int (*tdb_expand_file)(struct tdb_context *, tdb_off_t , tdb_off_t ); member in struct:tdb_methods
1013 static int tdb_expand_file(struct tdb_context *tdb, tdb_off_t size, tdb_off_t addition) function
1080 if (tdb->methods->tdb_expand_file(tdb, tdb->map_size, size) != 0)
    [all...]

Completed in 47 milliseconds