Searched refs:EXFAT_FREE_CLUSTER (Results 1 – 2 of 2) sorted by relevance
95 #define EXFAT_FREE_CLUSTER (0) macro
118 if (node->size == 0 && node->first_clus == EXFAT_FREE_CLUSTER) in check_clus_chain()122 if ((node->size == 0 && node->first_clus != EXFAT_FREE_CLUSTER) || in check_clus_chain()221 node->first_clus = EXFAT_FREE_CLUSTER; in check_clus_chain()229 stream_de->stream_start_clu = EXFAT_FREE_CLUSTER; in check_clus_chain()