Home
last modified time | relevance | path

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

/linux-6.15/fs/ntfs3/
H A Dsuper.c920 u32 mb, gb, boot_sector_size, sct_per_clst, record_size; in ntfs_init_from_boot() local
959 boot_sector_size = ((u32)boot->bytes_per_sector[1] << 8) | in ntfs_init_from_boot()
961 if (boot_sector_size < SECTOR_SIZE || in ntfs_init_from_boot()
962 !is_power_of_2(boot_sector_size)) { in ntfs_init_from_boot()
964 boot_sector_size); in ntfs_init_from_boot()
976 sbi->cluster_size = boot_sector_size * sct_per_clst; in ntfs_init_from_boot()
1043 sbi->volume.size = sectors * boot_sector_size; in ntfs_init_from_boot()
1052 if (boot_sector_size != sector_size) { in ntfs_init_from_boot()
1056 boot_sector_size, sector_size); in ntfs_init_from_boot()
1064 if (sbi->cluster_size < boot_sector_size) { in ntfs_init_from_boot()
[all …]