Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c193 #define FSI_LeadSig 0 /* FAT32 FSI: Leading signature (DWORD) */ macro
1091 st_dword(fs->win + FSI_LeadSig, 0x41615252); /* Leading signature */ in sync_fs()
3522 && ld_dword(fs->win + FSI_LeadSig) == 0x41615252
6219 st_dword(buf + FSI_LeadSig, 0x41615252);