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