Home
last modified time | relevance | path

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

/openbmc/linux/fs/exfat/
H A Dsuper.c475 sbi->num_FAT_sectors = le32_to_cpu(p_boot->fat_length); in exfat_read_boot_sector()
479 sbi->FAT2_start_sector += sbi->num_FAT_sectors; in exfat_read_boot_sector()
496 if ((u64)sbi->num_FAT_sectors << p_boot->sect_size_bits < in exfat_read_boot_sector()
504 (u64)sbi->num_FAT_sectors * p_boot->num_fats) { in exfat_read_boot_sector()
H A Dexfat_fs.h252 unsigned int num_FAT_sectors; /* num of FAT sectors */ member