Home
last modified time | relevance | path

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

/linux/fs/exfat/
A Dsuper.c119 p_boot->vol_flags = cpu_to_le16(new_flags); in exfat_set_vol_flags()
416 struct boot_sector *p_boot; in exfat_read_boot_sector() local
445 if (memchr_inv(p_boot->must_be_zero, 0, sizeof(p_boot->must_be_zero))) in exfat_read_boot_sector()
448 if (p_boot->num_fats != 1 && p_boot->num_fats != 2) { in exfat_read_boot_sector()
459 p_boot->sect_size_bits); in exfat_read_boot_sector()
466 if (p_boot->sect_per_clus_bits > EXFAT_MAX_SECT_PER_CLUS_BITS(p_boot)) { in exfat_read_boot_sector()
468 p_boot->sect_per_clus_bits); in exfat_read_boot_sector()
475 p_boot->sect_size_bits; in exfat_read_boot_sector()
480 if (p_boot->num_fats == 2) in exfat_read_boot_sector()
488 sbi->root_dir = le32_to_cpu(p_boot->root_cluster); in exfat_read_boot_sector()
[all …]

Completed in 5 milliseconds