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

/external/e2fsprogs/lib/ext2fs/
H A 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) function
1056 TDB_LOG((tdb, TDB_DEBUG_ERROR, "lock failed in tdb_expand\n"));
1544 transaction version of tdb_expand().
2550 if (tdb_expand(tdb, length + sizeof(*rec)) == 0)

Completed in 34 milliseconds