Searched refs:alloc_bitmap (Results 1 – 6 of 6) sorted by relevance
/third_party/exfatprogs/lib/ |
D | exfat_fs.c | 110 if (exfat->alloc_bitmap) in exfat_free_exfat() 111 free(exfat->alloc_bitmap); in exfat_free_exfat() 142 exfat->alloc_bitmap = (char *)calloc(1, in exfat_alloc_exfat() 144 if (!exfat->alloc_bitmap) { in exfat_alloc_exfat()
|
D | exfat_dir.c | 690 if (exfat_bitmap_find_zero(exfat, exfat->alloc_bitmap, in find_free_cluster() 701 if (exfat_bitmap_find_zero(exfat, exfat->alloc_bitmap, in find_free_cluster() 862 exfat_bitmap_set(exfat->alloc_bitmap, *new_clu); in exfat_alloc_cluster()
|
D | libexfat.c | 793 if (exfat_bitmap_get(exfat->alloc_bitmap, clus)) in exfat_root_clus_count() 796 exfat_bitmap_set(exfat->alloc_bitmap, clus); in exfat_root_clus_count()
|
/third_party/exfatprogs/fsck/ |
D | fsck.c | 151 if (exfat_bitmap_get(exfat->alloc_bitmap, clus)) { in check_clus_chain() 192 exfat_bitmap_set(exfat->alloc_bitmap, in check_clus_chain() 202 exfat_bitmap_set(exfat->alloc_bitmap, clus); in check_clus_chain() 256 if (exfat_bitmap_get(exfat->alloc_bitmap, clus)) { in root_check_clus_chain() 264 exfat_bitmap_set(exfat->alloc_bitmap, clus); in root_check_clus_chain() 995 exfat_bitmap_set_range(exfat, exfat->alloc_bitmap, in read_bitmap() 1094 exfat_bitmap_set_range(exfat, exfat->alloc_bitmap, in read_upcase_table() 1216 alloc_b = (bitmap_t *)exfat->alloc_bitmap; in write_bitmap() 1422 alloc_b = (bitmap_t *)exfat->alloc_bitmap; in rescue_orphan_clusters()
|
/third_party/exfatprogs/include/ |
D | exfat_fs.h | 42 char *alloc_bitmap; member
|
/third_party/exfatprogs/exfat2img/ |
D | exfat2img.c | 174 exfat_bitmap_set_range(ei->exfat, exfat->alloc_bitmap, in dump_range() 679 exfat_bitmap_get(exfat->alloc_bitmap, clu)) { in dump_to_stdout() 700 if (exfat_bitmap_find_one(exfat, exfat->alloc_bitmap, in dump_to_stdout()
|