Lines Matching refs:round_up
256 count = clu + round_up(length, ui->cluster_size) / ui->cluster_size;
317 bitmap = calloc(round_up(finfo.bitmap_byte_len, sizeof(bitmap_t)),
413 bitmap_clu_len = round_up(bitmap_byte_len, ui->cluster_size),
423 bitmap_byte_len = round_up(total_clu_cnt, 8) / 8;
424 new_bitmap_clu_len = round_up(bitmap_byte_len, ui->cluster_size);
452 finfo.fat_byte_off = round_up(bd->offset + 24 * bd->sector_size,
459 finfo.fat_byte_len = round_up((bd->num_clusters * 4), ui->cluster_size);
460 finfo.clu_byte_off = round_up(bd->offset + finfo.fat_byte_off +
474 finfo.bitmap_byte_len = round_up(finfo.total_clu_cnt, 8) / 8;
477 clu_len = round_up(finfo.bitmap_byte_len, ui->cluster_size);
482 clu_len = round_up(finfo.ut_byte_len, ui->cluster_size);