Home
last modified time | relevance | path

Searched refs:alloc_bitmap (Results 1 – 6 of 6) sorted by relevance

/third_party/exfatprogs/lib/
Dexfat_fs.c110 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()
Dexfat_dir.c690 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()
Dlibexfat.c793 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/
Dfsck.c151 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/
Dexfat_fs.h42 char *alloc_bitmap; member
/third_party/exfatprogs/exfat2img/
Dexfat2img.c174 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()