Searched refs:p_boot (Results 1 – 1 of 1) sorted by relevance
101 struct boot_sector *p_boot = (struct boot_sector *)sbi->boot_bh->b_data; in exfat_set_vol_flags() local119 p_boot->vol_flags = cpu_to_le16(new_flags); in exfat_set_vol_flags()417 struct boot_sector *p_boot; in exfat_read_boot_sector() local429 p_boot = (struct boot_sector *)sbi->boot_bh->b_data; in exfat_read_boot_sector()432 if (le16_to_cpu((p_boot->signature)) != BOOT_SIGNATURE) { in exfat_read_boot_sector()437 if (memcmp(p_boot->fs_name, STR_EXFAT, BOOTSEC_FS_NAME_LEN)) { in exfat_read_boot_sector()446 if (memchr_inv(p_boot->must_be_zero, 0, sizeof(p_boot->must_be_zero))) in exfat_read_boot_sector()449 if (p_boot->num_fats != 1 && p_boot->num_fats != 2) { in exfat_read_boot_sector()454 sbi->sect_per_clus = 1 << p_boot->sect_per_clus_bits; in exfat_read_boot_sector()455 sbi->sect_per_clus_bits = p_boot->sect_per_clus_bits; in exfat_read_boot_sector()[all …]