Home | History | Annotate | Download | only in ext2fs

Lines Matching full:tdb_expand

287 static int tdb_expand(struct tdb_context *tdb, tdb_off_t size);
1052 int tdb_expand(struct tdb_context *tdb, tdb_off_t size)
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)