Searched refs:exfat_heap_clus (Results 1 – 5 of 5) sorted by relevance
/third_party/exfatprogs/lib/ |
D | libexfat.c | 32 if (!exfat_heap_clus(exfat, start_clus) || in exfat_bitmap_set_range() 33 !exfat_heap_clus(exfat, start_clus + count - 1)) in exfat_bitmap_set_range() 701 if (!exfat_heap_clus(exfat, clus)) in exfat_get_next_clus() 721 if (!exfat_heap_clus(exfat, clus)) in exfat_get_inode_next_clus() 770 if (!exfat_heap_clus(exfat, *clu)) in exfat_o2c() 776 bool exfat_heap_clus(struct exfat *exfat, clus_t clus) in exfat_heap_clus() function 788 if (!exfat_heap_clus(exfat, node->first_clus)) in exfat_root_clus_count() 803 if (next != EXFAT_EOF_CLUSTER && !exfat_heap_clus(exfat, next)) in exfat_root_clus_count()
|
D | exfat_dir.c | 686 if (!exfat_heap_clus(exfat, start)) in find_free_cluster() 719 if (!exfat_heap_clus(exfat, inode->first_clus)) in exfat_map_cluster() 742 if (!exfat_heap_clus(exfat, clu)) in exfat_map_cluster() 772 if (!exfat_heap_clus(exfat, next_clus)) in exfat_write_dentry_set()
|
/third_party/exfatprogs/fsck/ |
D | fsck.c | 123 (node->size > 0 && !exfat_heap_clus(exfat, node->first_clus))) { in check_clus_chain() 184 !exfat_heap_clus(exfat, next)) { in check_clus_chain() 220 if (!exfat_heap_clus(exfat, prev)) in check_clus_chain() 228 if (!exfat_heap_clus(exfat, prev)) in check_clus_chain() 236 if (!node->is_contiguous && exfat_heap_clus(exfat, prev)) { in check_clus_chain() 249 if (!exfat_heap_clus(exfat, node->first_clus)) in root_check_clus_chain() 271 if (next != EXFAT_EOF_CLUSTER && !exfat_heap_clus(exfat, next)) { in root_check_clus_chain() 291 if (!exfat_heap_clus(exfat, prev)) { in root_check_clus_chain() 986 if (!exfat_heap_clus(exfat, le32_to_cpu(dentry->bitmap_start_clu))) { in read_bitmap() 1054 if (!exfat_heap_clus(exfat, le32_to_cpu(dentry->upcase_start_clu))) { in read_upcase_table()
|
/third_party/exfatprogs/include/ |
D | libexfat.h | 170 bool exfat_heap_clus(struct exfat *exfat, clus_t clus);
|
/third_party/exfatprogs/exfat2img/ |
D | exfat2img.c | 256 while (exfat_heap_clus(exfat, clus) && *out_clus_count < possible_count) { in dump_directory() 381 if (!exfat_heap_clus(exfat, le32_to_cpu(dentry->bitmap_start_clu))) { in read_bitmap() 411 if (!exfat_heap_clus(exfat, le32_to_cpu(dentry->upcase_start_clu))) { in read_upcase_table()
|