Searched refs:total_clusters (Results 1 – 7 of 7) sorted by relevance
416 u32 total_clusters = le32_to_cpu(di->i_clusters); in ocfs2_verify_group_and_input() local419 if (cluster < total_clusters) in ocfs2_verify_group_and_input()426 else if (total_clusters + input->clusters < total_clusters) in ocfs2_verify_group_and_input()432 else if (total_clusters % cl_cpg != 0) in ocfs2_verify_group_and_input()
1607 u32 total_sectors, total_clusters, fat_clusters, rootdir_sectors; in fat_fill_super() local1775 total_clusters = (total_sectors - sbi->data_start) / sbi->sec_per_clus; in fat_fill_super()1778 sbi->fat_bits = (total_clusters > MAX_FAT12) ? 16 : 12; in fat_fill_super()1788 total_clusters = min(total_clusters, fat_clusters - FAT_START_ENT); in fat_fill_super()1789 if (total_clusters > max_fat(sb)) { in fat_fill_super()1792 total_clusters); in fat_fill_super()1796 sbi->max_cluster = total_clusters + FAT_START_ENT; in fat_fill_super()1798 if (sbi->free_clusters != -1 && sbi->free_clusters > total_clusters) in fat_fill_super()
155 uint64_t total_clusters; member
240 check.result->bfi.total_clusters = in qed_check()
930 res->bfi.total_clusters = s->bat_size; in parallels_collect_statistics()
2804 res->bfi.total_clusters = in qcow2_check_refcounts()
655 if (check->total_clusters != 0 && check->allocated_clusters != 0) { in dump_human_image_check()658 check->allocated_clusters, check->total_clusters, in dump_human_image_check()659 check->allocated_clusters * 100.0 / check->total_clusters, in dump_human_image_check()698 check->total_clusters = result.bfi.total_clusters; in collect_image_check()699 check->has_total_clusters = result.bfi.total_clusters != 0; in collect_image_check()