Searched refs:FAT1_start_sector (Results 1 – 3 of 3) sorted by relevance
22 if (sbi->FAT2_start_sector != sbi->FAT1_start_sector) { in exfat_mirror_bh()23 sec2 = sec - sbi->FAT1_start_sector + sbi->FAT2_start_sector; in exfat_mirror_bh()
108 #define FAT_ENT_OFFSET_SECTOR(sb, loc) (EXFAT_SB(sb)->FAT1_start_sector + \222 unsigned long long FAT1_start_sector; /* FAT1 start sector */ member
487 sbi->FAT1_start_sector = le32_to_cpu(p_boot->fat_offset); in exfat_read_boot_sector()514 (u64)sbi->FAT1_start_sector + in exfat_read_boot_sector()