Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/ !
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()
/linux-6.1.9/fs/fat/ !
Dinode.c1613 u32 total_sectors, total_clusters, fat_clusters, rootdir_sectors; in fat_fill_super() local
1781 total_clusters = (total_sectors - sbi->data_start) / sbi->sec_per_clus; in fat_fill_super()
1784 sbi->fat_bits = (total_clusters > MAX_FAT12) ? 16 : 12; in fat_fill_super()
1794 total_clusters = min(total_clusters, fat_clusters - FAT_START_ENT); in fat_fill_super()
1795 if (total_clusters > max_fat(sb)) { in fat_fill_super()
1798 total_clusters); in fat_fill_super()
1802 sbi->max_cluster = total_clusters + FAT_START_ENT; in fat_fill_super()
1804 if (sbi->free_clusters != -1 && sbi->free_clusters > total_clusters) in fat_fill_super()