Searched refs:sct_per_clst (Results 1 – 1 of 1) sorted by relevance
860 u32 mb, gb, boot_sector_size, sct_per_clst, record_size; in ntfs_init_from_boot() local908 sct_per_clst = true_sectors_per_clst(boot); in ntfs_init_from_boot()909 if ((int)sct_per_clst < 0 || !is_power_of_2(sct_per_clst)) { in ntfs_init_from_boot()911 sct_per_clst); in ntfs_init_from_boot()915 sbi->cluster_size = boot_sector_size * sct_per_clst; in ntfs_init_from_boot()924 if (mlcn * sct_per_clst >= sectors || mlcn2 * sct_per_clst >= sectors) { in ntfs_init_from_boot()