Home
last modified time | relevance | path

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

/Linux-v5.10/fs/exfat/
Dsuper.c449 if (p_boot->num_fats != 1 && p_boot->num_fats != 2) { in exfat_read_boot_sector()
462 if (p_boot->num_fats == 2) in exfat_read_boot_sector()
486 sbi->FAT1_start_sector + sbi->num_FAT_sectors * p_boot->num_fats) { in exfat_read_boot_sector()
Dexfat_raw.h97 __u8 num_fats; member