Searched refs:tdb_expand (Results 1 – 2 of 2) sorted by relevance
65 -int tdb_expand(struct tdb_context *tdb, tdb_off_t size);68 +static int tdb_expand(struct tdb_context *tdb, tdb_off_t size);
285 static int tdb_expand(struct tdb_context *tdb, tdb_off_t size);1050 int tdb_expand(struct tdb_context *tdb, tdb_off_t size) in tdb_expand() function2550 if (tdb_expand(tdb, length + sizeof(*rec)) == 0) in tdb_allocate()