Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ntfs3/
Dsuper.c684 u32 mb, gb, boot_sector_size, sct_per_clst, record_size; in ntfs_init_from_boot() local
715 sct_per_clst = true_sectors_per_clst(boot); in ntfs_init_from_boot()
716 if (!is_power_of_2(sct_per_clst)) in ntfs_init_from_boot()
723 if (mlcn * sct_per_clst >= sectors) in ntfs_init_from_boot()
726 if (mlcn2 * sct_per_clst >= sectors) in ntfs_init_from_boot()
760 sbi->cluster_size = boot_sector_size * sct_per_clst; in ntfs_init_from_boot()