Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ntfs3/
Dsuper.c687 u32 mb, gb, boot_sector_size, sct_per_clst, record_size; in ntfs_init_from_boot() local
718 sct_per_clst = true_sectors_per_clst(boot); in ntfs_init_from_boot()
719 if ((int)sct_per_clst < 0) in ntfs_init_from_boot()
721 if (!is_power_of_2(sct_per_clst)) in ntfs_init_from_boot()
728 if (mlcn * sct_per_clst >= sectors) in ntfs_init_from_boot()
731 if (mlcn2 * sct_per_clst >= sectors) in ntfs_init_from_boot()
765 sbi->cluster_size = boot_sector_size * sct_per_clst; in ntfs_init_from_boot()