Home
last modified time | relevance | path

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

/third_party/exfatprogs/fsck/
Dfsck.c422 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()
/third_party/exfatprogs/include/
Dexfat_ondisk.h94 #define EXFAT_FREE_CLUSTER (0) macro