Searched refs:alloc_bitmap (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/exfatprogs/lib/ |
H A 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()
|
H A D | exfat_dir.c | 691 if (exfat_bitmap_find_zero(exfat, exfat->alloc_bitmap, in exfat_find_free_cluster() 702 if (exfat_bitmap_find_zero(exfat, exfat->alloc_bitmap, in exfat_find_free_cluster() 863 exfat_bitmap_set(exfat->alloc_bitmap, *new_clu); in exfat_alloc_cluster()
|
H A 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()
|
/aosp_15_r20/external/exfatprogs/fsck/ |
H A D | fsck.c | 161 if (exfat_bitmap_get(exfat->alloc_bitmap, clus)) { in check_clus_chain() 202 exfat_bitmap_set(exfat->alloc_bitmap, in check_clus_chain() 212 exfat_bitmap_set(exfat->alloc_bitmap, clus); in check_clus_chain() 258 exfat_bitmap_set(exfat->alloc_bitmap, new_clus); in check_clus_chain() 298 if (exfat_bitmap_get(exfat->alloc_bitmap, clus)) { in root_check_clus_chain() 306 exfat_bitmap_set(exfat->alloc_bitmap, clus); in root_check_clus_chain() 1037 exfat_bitmap_set_range(exfat, exfat->alloc_bitmap, in read_bitmap() 1136 exfat_bitmap_set_range(exfat, exfat->alloc_bitmap, in read_upcase_table() 1258 alloc_b = (bitmap_t *)exfat->alloc_bitmap; in write_bitmap() 1464 alloc_b = (bitmap_t *)exfat->alloc_bitmap; in rescue_orphan_clusters()
|
/aosp_15_r20/external/exfatprogs/exfat2img/ |
H A 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()
|
/aosp_15_r20/external/exfatprogs/include/ |
H A D | exfat_fs.h | 42 char *alloc_bitmap; member
|