Searched refs:EXFAT_EOF_CLUSTER (Results 1 – 5 of 5) sorted by relevance
/third_party/exfatprogs/fsck/ |
D | fsck.c | 114 prev = EXFAT_EOF_CLUSTER; in check_clus_chain() 133 while (clus != EXFAT_EOF_CLUSTER) { in check_clus_chain() 183 if (next != EXFAT_EOF_CLUSTER && in check_clus_chain() 237 if (exfat_set_fat(exfat, prev, EXFAT_EOF_CLUSTER)) in check_clus_chain() 247 clus_t clus, next, prev = EXFAT_EOF_CLUSTER; in root_check_clus_chain() 271 if (next != EXFAT_EOF_CLUSTER && !exfat_heap_clus(exfat, next)) { in root_check_clus_chain() 287 } while (clus != EXFAT_EOF_CLUSTER); in root_check_clus_chain() 296 return exfat_set_fat(exfat, prev, EXFAT_EOF_CLUSTER); in root_check_clus_chain()
|
/third_party/exfatprogs/lib/ |
D | exfat_dir.c | 104 if (ra_p_clus == EXFAT_EOF_CLUSTER) in read_ahead_next_blocks() 196 else if (desc->p_clus == EXFAT_EOF_CLUSTER) in read_block() 710 *new_clu = EXFAT_EOF_CLUSTER; in find_free_cluster() 723 next = EXFAT_EOF_CLUSTER; in exfat_map_cluster() 815 if (exfat_set_fat(exfat, *new_clu, EXFAT_EOF_CLUSTER)) in exfat_alloc_cluster()
|
D | libexfat.c | 699 *next = EXFAT_EOF_CLUSTER; in exfat_get_next_clus() 718 *next = EXFAT_EOF_CLUSTER; in exfat_get_inode_next_clus() 803 if (next != EXFAT_EOF_CLUSTER && !exfat_heap_clus(exfat, next)) in exfat_root_clus_count() 808 } while (clus != EXFAT_EOF_CLUSTER); in exfat_root_clus_count()
|
/third_party/exfatprogs/include/ |
D | exfat_ondisk.h | 93 #define EXFAT_EOF_CLUSTER CLUSTER_32(~0) macro
|
/third_party/exfatprogs/mkfs/ |
D | mkfs.c | 264 ret = write_fat_entry(fd, cpu_to_le32(EXFAT_EOF_CLUSTER), clu); in write_fat_entries()
|