Lines Matching defs:fsopt
5619 BYTE fsopt, fsty, sys, pdrv, ipart;
5669 fsopt = opt->fmt & (FM_ANY | FM_SFD);
5742 b_vol = (fsopt & FM_SFD) ? 0 : 63; /* Volume start sector */ if (sz_vol < b_vol) {fr = FR_MKFS_ABORTED; goto EXIT;}
5751 if (fsopt & FM_FAT32) { /* FAT32 possible? */
5752 if (!(fsopt & FM_FAT)) { /* no-FAT? */
5756 if (!(fsopt & FM_FAT)) {fr = FR_INVALID_PARAMETER; goto EXIT;} /* no-FAT? */
5821 if ((fsopt & FM_FAT32)) {
5976 if (!(fsopt & FM_SFD)) { /* Create partition table if not in SFD */
6010 BYTE fsopt, fsty, sys, *buf, *pte, pdrv, ipart;
6046 fsopt = opt->fmt & (FM_ANY | FM_SFD);
6113 b_vol = (fsopt & FM_SFD) ? 0 : 63; /* Volume start sector */ if (sz_vol < b_vol) {fr = FR_MKFS_ABORTED; goto EXIT;}
6122 if (fsopt & FM_FAT32) { /* FAT32 possible? */
6123 if (!(fsopt & FM_FAT)) { /* no-FAT? */
6127 if (!(fsopt & FM_FAT)) {fr = FR_INVALID_PARAMETER; goto EXIT;} /* no-FAT? */
6192 if ((fsopt & FM_FAT32)) {
6347 if (!(fsopt & FM_SFD)) { /* Create partition table if not in SFD */