Home
last modified time | relevance | path

Searched refs:FAT1_start_sector (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/exfat/
Dfatent.c21 if (sbi->FAT2_start_sector != sbi->FAT1_start_sector) { in exfat_mirror_bh()
22 sec2 = sec - sbi->FAT1_start_sector + sbi->FAT2_start_sector; in exfat_mirror_bh()
Dexfat_fs.h109 #define FAT_ENT_OFFSET_SECTOR(sb, loc) (EXFAT_SB(sb)->FAT1_start_sector + \
221 unsigned long long FAT1_start_sector; /* FAT1 start sector */ member
Dsuper.c460 sbi->FAT1_start_sector = le32_to_cpu(p_boot->fat_offset); in exfat_read_boot_sector()
486 sbi->FAT1_start_sector + sbi->num_FAT_sectors * p_boot->num_fats) { in exfat_read_boot_sector()