Searched refs:fs_type (Results 1 – 2 of 2) sorted by relevance
1122 if (fs->fs_type == FS_FAT32) { /* FAT32: Update FSInfo sector */ in sync_fs()1133 else if (fs->fs_type == FS_EXFAT) { /* exFAT: Update PercInUse field in BPB */ in sync_fs()1193 switch (fs->fs_type) { in get_fat()1267 switch (fs->fs_type) { in put_fat()1295 if (!FF_FS_EXFAT || fs->fs_type != FS_EXFAT) { in put_fat()1464 if (pclst != 0 && (!FF_FS_EXFAT || fs->fs_type != FS_EXFAT || obj->stat != 2)) { in remove_chain()1475 if (!FF_FS_EXFAT || fs->fs_type != FS_EXFAT) { in remove_chain()1488 if (fs->fs_type == FS_EXFAT) { in remove_chain()1506 if (fs->fs_type == FS_EXFAT) { in remove_chain()1564 if (fs->fs_type == FS_EXFAT) { /* On the exFAT volume */ in create_chain()[all …]
134 BYTE fs_type; /* Filesystem type (0:blank filesystem object) */ member