Searched refs:tdb_expand_file (Results 1 – 1 of 1) sorted by relevance
/third_party/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 225 int (*tdb_expand_file)(struct tdb_context *, tdb_off_t , tdb_off_t ); member 1024 static int tdb_expand_file(struct tdb_context *tdb, tdb_off_t size, tdb_off_t addition) in tdb_expand_file() function 1091 if (tdb->methods->tdb_expand_file(tdb, tdb->map_size, size) != 0) in tdb_expand() 1228 tdb_expand_file, 1858 if (methods->tdb_expand_file(tdb, tdb->transaction->old_map_size, in tdb_recovery_allocate() 2066 if (methods->tdb_expand_file(tdb, tdb->transaction->old_map_size, in tdb_transaction_commit()
|