Searched refs:FS_EXFAT (Results 1 – 2 of 2) sorted by relevance
1185 case FS_EXFAT : in get_fat()1262 case FS_EXFAT : in put_fat()1266 if (!FF_FS_EXFAT || fs->fs_type != FS_EXFAT) { in put_fat()1435 if (pclst != 0 && (!FF_FS_EXFAT || fs->fs_type != FS_EXFAT || obj->stat != 2)) { in remove_chain()1446 if (!FF_FS_EXFAT || fs->fs_type != FS_EXFAT) { in remove_chain()1459 if (fs->fs_type == FS_EXFAT) { in remove_chain()1477 if (fs->fs_type == FS_EXFAT) { in remove_chain()1535 if (fs->fs_type == FS_EXFAT) { /* On the exFAT volume */ in create_chain()1692 …if (ofs >= (DWORD)((FF_FS_EXFAT && fs->fs_type == FS_EXFAT) ? MAX_DIR_EX : MAX_DIR) || ofs % SZDIR… in dir_sdi()1741 …if (ofs >= (DWORD)((FF_FS_EXFAT && fs->fs_type == FS_EXFAT) ? MAX_DIR_EX : MAX_DIR)) dp->sect = 0;… in dir_next()[all …]
391 #define FS_EXFAT 4 macro