Searched refs:boot_sector_size (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() local1017 boot_sector_size = ((u32)boot->bytes_per_sector[1] << 8) | in ntfs_init_from_boot()1019 if (boot_sector_size < SECTOR_SIZE || in ntfs_init_from_boot()1020 !is_power_of_2(boot_sector_size)) { in ntfs_init_from_boot()1022 boot_sector_size); in ntfs_init_from_boot()1034 sbi->cluster_size = boot_sector_size * sct_per_clst; in ntfs_init_from_boot()1109 sbi->volume.size = sectors * boot_sector_size; in ntfs_init_from_boot()1111 gb = format_size_gb(sbi->volume.size + boot_sector_size, &mb); in ntfs_init_from_boot()1118 if (boot_sector_size != sector_size) { in ntfs_init_from_boot()1122 boot_sector_size, sector_size); in ntfs_init_from_boot()[all …]