Searched defs:tdb_expand_file (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c218 int (*tdb_expand_file)(struct tdb_context *, tdb_off_t , tdb_off_t ); member in struct:tdb_methods
1011 static int tdb_expand_file(struct tdb_context *tdb, tdb_off_t size, tdb_off_t addition) function
1078 if (tdb->methods->tdb_expand_file(tdb, tdb->map_size, size) != 0)
1215 tdb_expand_file,
1840 if (methods->tdb_expand_file(tdb, tdb->transaction->old_map_size,
2048 if (methods->tdb_expand_file(tdb, tdb->transaction->old_map_size,

Completed in 112 milliseconds