Home
last modified time | relevance | path

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

/linux-6.1.9/fs/exfat/
Dfatent.c22 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()
Dexfat_fs.h108 #define FAT_ENT_OFFSET_SECTOR(sb, loc) (EXFAT_SB(sb)->FAT1_start_sector + \
222 unsigned long long FAT1_start_sector; /* FAT1 start sector */ member
Dsuper.c487 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()