Home
last modified time | relevance | path

Searched refs:exfat_bitmap_get (Results 1 – 5 of 5) sorted by relevance

/third_party/exfatprogs/include/
Dlibexfat.h105 static inline bool exfat_bitmap_get(char *bmap, clus_t c) in exfat_bitmap_get() function
/third_party/exfatprogs/lib/
Dlibexfat.c52 if (!!exfat_bitmap_get(bmap, start_clu) == bit) { in exfat_bitmap_find_bit()
793 if (exfat_bitmap_get(exfat->alloc_bitmap, clus)) in exfat_root_clus_count()
Dexfat_dir.c693 if (!exfat_bitmap_get(exfat->disk_bitmap, *new_clu)) in find_free_cluster()
704 if (!exfat_bitmap_get(exfat->disk_bitmap, *new_clu)) in find_free_cluster()
/third_party/exfatprogs/fsck/
Dfsck.c151 if (exfat_bitmap_get(exfat->alloc_bitmap, clus)) { in check_clus_chain()
162 if (!exfat_bitmap_get(exfat->disk_bitmap, clus)) { in check_clus_chain()
256 if (exfat_bitmap_get(exfat->alloc_bitmap, clus)) { in root_check_clus_chain()
/third_party/exfatprogs/exfat2img/
Dexfat2img.c679 exfat_bitmap_get(exfat->alloc_bitmap, clu)) { in dump_to_stdout()