Home
last modified time | relevance | path

Searched refs:clu_count (Results 1 – 8 of 8) sorted by relevance

/third_party/exfatprogs/fsck/
Dfsck.c437 if (le32_to_cpu(bs->bsx.clu_count) * EXFAT_CLUSTER_SIZE(bs) > in read_boot_region()
441 le32_to_cpu(bs->bsx.clu_count), in read_boot_region()
601 if (node->size > le32_to_cpu(exfat->bs->bsx.clu_count) * in check_inode()
1213 bitmap_bytes = EXFAT_BITMAP_SIZE(le32_to_cpu(exfat->bs->bsx.clu_count)); in write_bitmap()
1381 clus_t clu_count, clu, s_clu, e_clu; in rescue_orphan_clusters() local
1416 clu_count = le32_to_cpu(exfat->bs->bsx.clu_count); in rescue_orphan_clusters()
1424 for (i = 0; i < EXFAT_BITMAP_SIZE(clu_count) / sizeof(bitmap_t); i++) in rescue_orphan_clusters()
1430 for (clu = EXFAT_FIRST_CLUSTER; clu < clu_count + EXFAT_FIRST_CLUSTER && in rescue_orphan_clusters()
1433 e_clu = clu_count + EXFAT_FIRST_CLUSTER; in rescue_orphan_clusters()
/third_party/exfatprogs/dump/
Ddump.c120 total_clus = le32_to_cpu(pbsx->clu_count); in exfat_show_ondisk_all_info()
197 total_clus = le32_to_cpu(pbsx->clu_count); in exfat_show_ondisk_all_info()
/third_party/exfatprogs/exfat2img/
Dexfat2img.c609 unsigned int clu, clu_count; in dump_clusters_to_stdout() local
616 clu_count = end_clu - start_clu + 1; in dump_clusters_to_stdout()
620 cc_clu_count = clu_count < 5 ? 1 : clu_count; in dump_clusters_to_stdout()
628 cc_clu_count = clu_count; in dump_clusters_to_stdout()
976 (le32_to_cpu(ei.exfat->bs->bsx.clu_count) << in main()
/third_party/exfatprogs/mkfs/
Dmkfs.c62 pbsx->clu_count = cpu_to_le32(finfo.total_clu_cnt); in exfat_setup_boot_sector()
92 le32_to_cpu(pbsx->clu_count)); in exfat_setup_boot_sector()
/third_party/exfatprogs/include/
Dexfat_ondisk.h114 __le32 clu_count; member
/third_party/exfatprogs/lib/
Dexfat_fs.c137 exfat->clus_count = le32_to_cpu(bs->bsx.clu_count); in exfat_alloc_exfat()
Dlibexfat.c49 last_clu = le32_to_cpu(exfat->bs->bsx.clu_count) + in exfat_bitmap_find_bit()
Dexfat_dir.c683 clus_t end = le32_to_cpu(exfat->bs->bsx.clu_count) + in find_free_cluster()