Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:TDB_ALIGN

135 #define TDB_ALIGN(x,a) (((x) + (a)-1) & ~((a)-1))
1067 size = TDB_ALIGN(tdb->map_size + size*10, tdb->page_size) - tdb->map_size;
1838 *recovery_max_size = TDB_ALIGN(sizeof(rec) + *recovery_size, tdb->page_size) - sizeof(rec);
2435 length = TDB_ALIGN(length, TDB_ALIGNMENT);