Searched refs:fsopt (Results 1 – 1 of 1) sorted by relevance
5910 BYTE fsopt, fsty, sys, pdrv, ipart; local5949 fsopt = opt->fmt & (FM_ANY | FM_SFD);5991 fsopt |= 0x80; /* Partitioning is in GPT */6002 if (!(fsopt & FM_SFD)) { /* To be partitioned? */6006 fsopt |= 0x80; /* Partitioning is in GPT */6022 if (FF_FS_EXFAT && (fsopt & FM_EXFAT)) { /* exFAT possible? */6023 …if ((fsopt & FM_ANY) == FM_EXFAT || sz_vol >= 0x4000000 || sz_au > 128) { /* exFAT only, vol >= 64…6031 if (fsopt & FM_FAT32) { /* FAT32 possible? */6032 if (!(fsopt & FM_FAT)) { /* no-FAT? */6036 if (!(fsopt & FM_FAT)) LEAVE_MKFS(FR_INVALID_PARAMETER); /* no-FAT? */[all …]