Home
last modified time | relevance | path

Searched refs:tdb_expand (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dstatic-prototypes65 -int tdb_expand(struct tdb_context *tdb, tdb_off_t size);
68 +static int tdb_expand(struct tdb_context *tdb, tdb_off_t size);
/external/e2fsprogs/lib/ext2fs/
Dtdb.c285 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() function
2550 if (tdb_expand(tdb, length + sizeof(*rec)) == 0) in tdb_allocate()