Searched refs:sct_per_clst (Results 1 – 1 of 1) sorted by relevance
973 u32 mb, gb, boot_sector_size, sct_per_clst, record_size; in ntfs_init_from_boot() local1027 sct_per_clst = true_sectors_per_clst(boot); in ntfs_init_from_boot()1028 if ((int)sct_per_clst < 0 || !is_power_of_2(sct_per_clst)) { in ntfs_init_from_boot()1030 sct_per_clst); in ntfs_init_from_boot()1034 sbi->cluster_size = boot_sector_size * sct_per_clst; in ntfs_init_from_boot()1049 if (check_mul_overflow(mlcn, (u64)sct_per_clst, &mft_pos) || in ntfs_init_from_boot()1050 check_mul_overflow(mlcn2, (u64)sct_per_clst, &mft2_pos) || in ntfs_init_from_boot()