Home
last modified time | relevance | path

Searched refs:FAT2_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()
Dsuper.c488 sbi->FAT2_start_sector = le32_to_cpu(p_boot->fat_offset); in exfat_read_boot_sector()
490 sbi->FAT2_start_sector += sbi->num_FAT_sectors; in exfat_read_boot_sector()
Dexfat_fs.h223 unsigned long long FAT2_start_sector; /* FAT2 start sector */ member