Home
last modified time | relevance | path

Searched refs:total_clusters (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/ocfs2/
H A Dresize.c416 u32 total_clusters = le32_to_cpu(di->i_clusters); in ocfs2_verify_group_and_input() local
419 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()
/openbmc/linux/fs/fat/
H A Dinode.c1607 u32 total_sectors, total_clusters, fat_clusters, rootdir_sectors; in fat_fill_super() local
1775 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()
/openbmc/qemu/include/block/
H A Dblock-common.h158 uint64_t total_clusters; member
/openbmc/qemu/block/
H A Dqed-check.c240 check.result->bfi.total_clusters = in qed_check()
H A Dparallels.c930 res->bfi.total_clusters = s->bat_size; in parallels_collect_statistics()
H A Dqcow2-refcount.c2804 res->bfi.total_clusters = in qcow2_check_refcounts()
/openbmc/qemu/
H A Dqemu-img.c655 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()