Searched refs:fs_type (Results 1 – 2 of 2) sorted by relevance
1087 if (fs->fs_type == FS_FAT32 && fs->fsi_flag == 1) { /* FAT32: Update FSInfo sector if needed */ in sync_fs()1147 switch (fs->fs_type) { in get_fat()1221 switch (fs->fs_type) { in put_fat()1249 if (!FF_FS_EXFAT || fs->fs_type != FS_EXFAT) { in put_fat()1418 if (pclst != 0 && (!FF_FS_EXFAT || fs->fs_type != FS_EXFAT || obj->stat != 2)) { in remove_chain()1429 if (!FF_FS_EXFAT || fs->fs_type != FS_EXFAT) { in remove_chain()1442 if (fs->fs_type == FS_EXFAT) { in remove_chain()1460 if (fs->fs_type == FS_EXFAT) { in remove_chain()1518 if (fs->fs_type == FS_EXFAT) { /* On the exFAT volume */ in create_chain()1675 …if (ofs >= (DWORD)((FF_FS_EXFAT && fs->fs_type == FS_EXFAT) ? MAX_DIR_EX : MAX_DIR) || ofs % SZDIR… in dir_sdi()[all …]
134 BYTE fs_type; /* Filesystem type (0:not mounted) */ member