Lines Matching refs:clu
609 unsigned int clu, clu_count; in dump_clusters_to_stdout() local
615 clu = start_clu; in dump_clusters_to_stdout()
631 while (clu <= end_clu) { in dump_clusters_to_stdout()
644 start_off = exfat_c2o(ei->exfat, clu); in dump_clusters_to_stdout()
645 end_off_excl = exfat_c2o(ei->exfat, clu + cc_clu_count); in dump_clusters_to_stdout()
653 clu += cc_clu_count; in dump_clusters_to_stdout()
663 unsigned int clu, last_clu, next_clu; in dump_to_stdout() local
673 clu = EXFAT_FIRST_CLUSTER; in dump_to_stdout()
674 last_clu = clu + exfat->clus_count; in dump_to_stdout()
675 while (clu < last_clu) { in dump_to_stdout()
678 while (clu < last_clu && in dump_to_stdout()
679 exfat_bitmap_get(exfat->alloc_bitmap, clu)) { in dump_to_stdout()
681 start_clu = clu; in dump_to_stdout()
682 end_clu = clu; in dump_to_stdout()
683 clu++; in dump_to_stdout()
698 if (clu >= last_clu) in dump_to_stdout()
701 clu, &next_clu)) in dump_to_stdout()
705 start_clu = clu; in dump_to_stdout()
716 clu = next_clu; in dump_to_stdout()
767 unsigned int clu, end_clu; in restore_from_stdin() local
827 clu = 0; in restore_from_stdin()
828 while (clu < le32_to_cpu(ei_hdr.cluster_count)) { in restore_from_stdin()
857 end_clu = clu + cc_clu_count; in restore_from_stdin()
858 while (clu < end_clu) { in restore_from_stdin()
878 clu++; in restore_from_stdin()
889 clu += cc_clu_count; in restore_from_stdin()