Home
last modified time | relevance | path

Searched refs:EXFAT_FREE_CLUSTER (Results 1 - 2 of 2) sorted by relevance

/third_party/exfatprogs/include/
H A Dexfat_ondisk.h96 #define EXFAT_FREE_CLUSTER (0) macro
/third_party/exfatprogs/fsck/
H A Dfsck.c118 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()

Completed in 4 milliseconds