Home
last modified time | relevance | path

Searched refs:ohead_bitmap (Results 1 – 3 of 3) sorted by relevance

/third_party/exfatprogs/lib/
Dexfat_fs.c114 if (exfat->ohead_bitmap) in exfat_free_exfat()
115 free(exfat->ohead_bitmap); in exfat_free_exfat()
149 exfat->ohead_bitmap = in exfat_alloc_exfat()
151 if (!exfat->ohead_bitmap) { in exfat_alloc_exfat()
/third_party/exfatprogs/include/
Dexfat_fs.h43 char *ohead_bitmap; member
/third_party/exfatprogs/fsck/
Dfsck.c1217 ohead_b = (bitmap_t *)exfat->ohead_bitmap; in write_bitmap()
1423 ohead_b = (bitmap_t *)exfat->ohead_bitmap; in rescue_orphan_clusters()
1431 exfat_bitmap_find_one(exfat, exfat->ohead_bitmap, clu, &s_clu) == 0;) { in rescue_orphan_clusters()
1432 if (exfat_bitmap_find_zero(exfat, exfat->ohead_bitmap, s_clu, &e_clu)) in rescue_orphan_clusters()