Searched refs:sct_per_clst (Results 1 – 1 of 1) sorted by relevance
920 u32 mb, gb, boot_sector_size, sct_per_clst, record_size; in ntfs_init_from_boot() local 969 sct_per_clst = true_sectors_per_clst(boot); in ntfs_init_from_boot() 970 if ((int)sct_per_clst < 0 || !is_power_of_2(sct_per_clst)) { in ntfs_init_from_boot() 972 sct_per_clst); in ntfs_init_from_boot() 976 sbi->cluster_size = boot_sector_size * sct_per_clst; in ntfs_init_from_boot() 985 if (mlcn * sct_per_clst >= sectors || mlcn2 * sct_per_clst >= sectors) { in ntfs_init_from_boot()