Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c5812 BYTE fsopt, fsty, sys, *buf, *pte, pdrv, ipart; local
5846 fsopt = opt->fmt & (FM_ANY | FM_SFD);
5888 fsopt |= 0x80; /* Partitioning is in GPT */
5899 if (!(fsopt & FM_SFD)) { /* To be partitioned? */
5903 fsopt |= 0x80; /* Partitioning is in GPT */
5919 if (FF_FS_EXFAT && (fsopt & FM_EXFAT)) { /* exFAT possible? */
5920 …if ((fsopt & FM_ANY) == FM_EXFAT || sz_vol >= 0x4000000 || sz_au > 128) { /* exFAT only, vol >= 64…
5928 if (fsopt & FM_FAT32) { /* FAT32 possible? */
5929 if (!(fsopt & FM_FAT)) { /* no-FAT? */
5933 if (!(fsopt & FM_FAT)) LEAVE_MKFS(FR_INVALID_PARAMETER); /* no-FAT? */
[all …]