Searched refs:EXFAT_FREE_CLUSTER (Results 1 – 2 of 2) sorted by relevance
422 if (node->size == 0 && node->first_clus == EXFAT_FREE_CLUSTER) in check_clus_chain()426 if ((node->size == 0 && node->first_clus != EXFAT_FREE_CLUSTER) || in check_clus_chain()518 node->first_clus = EXFAT_FREE_CLUSTER; in check_clus_chain()526 stream_de->stream_start_clu = EXFAT_FREE_CLUSTER; in check_clus_chain()1305 EXFAT_FREE_CLUSTER) { in write_dirty_fat()1307 EXFAT_FREE_CLUSTER; in write_dirty_fat()
94 #define EXFAT_FREE_CLUSTER (0) macro