Searched refs:TDB_ALIGN (Results 1 – 1 of 1) sorted by relevance
134 #define TDB_ALIGN(x,a) (((x) + (a)-1) & ~((a)-1)) macro1070 size = TDB_ALIGN(tdb->map_size + size*10, tdb->page_size) - tdb->map_size; in tdb_expand()1841 *recovery_max_size = TDB_ALIGN(sizeof(rec) + *recovery_size, tdb->page_size) - sizeof(rec); in tdb_recovery_allocate()2438 length = TDB_ALIGN(length, TDB_ALIGNMENT); in tdb_allocate_ofs()