Lines Matching refs:ALIGN
422 empty_offs = ALIGN(offs + 1, c->max_write_size); in is_last_write()
449 empty_offs = ALIGN(*offs, c->min_io_size); in clean_buf()
477 skip = ALIGN(offs + UBIFS_CH_SZ, c->max_write_size) - offs; in no_more_nodes()
489 skip = ALIGN(offs + dlen, c->max_write_size) - offs; in no_more_nodes()
540 int len = ALIGN(endpt, c->min_io_size); in fix_unclean_leb()
550 int pad_len = len - ALIGN(endpt, 8); in fix_unclean_leb()
668 node_len = ALIGN(le32_to_cpu(ch->len), 8); in ubifs_recover_leb()
1024 node_len = ALIGN(le32_to_cpu(ch->len), 8); in clean_an_unclean_leb()
1056 len = ALIGN(ucleb->endpt, c->min_io_size); in clean_an_unclean_leb()
1058 int pad_len = len - ALIGN(ucleb->endpt, 8); in clean_an_unclean_leb()
1451 len = ALIGN(len + 1, c->min_io_size); in fix_size_in_place()