Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/exfat/
Dsuper.c477 sbi->num_FAT_sectors = le32_to_cpu(p_boot->fat_length); in exfat_read_boot_sector()
481 sbi->FAT2_start_sector += sbi->num_FAT_sectors; in exfat_read_boot_sector()
498 if ((u64)sbi->num_FAT_sectors << p_boot->sect_size_bits < in exfat_read_boot_sector()
506 (u64)sbi->num_FAT_sectors * p_boot->num_fats) { in exfat_read_boot_sector()
Dexfat_fs.h224 unsigned int num_FAT_sectors; /* num of FAT sectors */ member