Searched refs:ROUND_UP (Results 1 – 1 of 1) sorted by relevance
122 #define ROUND_UP(x, align) DIV_ROUND(x, align) * (align) macro141 *data_offset_out = ROUND_UP(*data_offset_out, align); in cow_sizes()351 *bitmap_offset_out = ROUND_UP(sizeof(header->v3), *align_out); in read_cow_header()382 *bitmap_offset_out = ROUND_UP(sizeof(header->v3_b), *align_out); in read_cow_header()415 *bitmap_offset_out = ROUND_UP(sizeof(struct cow_header_v3), alignment); in init_cow_file()