Searched refs:FS_EXFAT (Results 1 – 2 of 2) sorted by relevance
1167 case FS_EXFAT : in get_fat()1245 case FS_EXFAT: 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()1724 …if (ofs >= (DWORD)((FF_FS_EXFAT && fs->fs_type == FS_EXFAT) ? MAX_DIR_EX : MAX_DIR)) dp->sect = 0;… in dir_next()[all …]
409 #define FS_EXFAT 4 macro