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

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c287 static int tdb_expand(struct tdb_context *tdb, tdb_off_t size);
1052 int tdb_expand(struct tdb_context *tdb, tdb_off_t size) function
1058 TDB_LOG((tdb, TDB_DEBUG_ERROR, "lock failed in tdb_expand\n"));
1546 transaction version of tdb_expand().
2552 if (tdb_expand(tdb, length + sizeof(*rec)) == 0)

Completed in 40 milliseconds