Home
last modified time | relevance | path

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

/linux-6.15/fs/exfat/
H A Dsuper.c478 if (p_boot->num_fats != 1 && p_boot->num_fats != 2) { in exfat_read_boot_sector()
510 if (p_boot->num_fats == 2) in exfat_read_boot_sector()
535 (u64)sbi->num_FAT_sectors * p_boot->num_fats) { in exfat_read_boot_sector()
H A Dexfat_raw.h105 __u8 num_fats; member