Home
last modified time | relevance | path

Searched refs:disk_bitmap (Results 1 – 4 of 4) sorted by relevance

/third_party/exfatprogs/lib/
Dexfat_fs.c112 if (exfat->disk_bitmap) in exfat_free_exfat()
113 free(exfat->disk_bitmap); in exfat_free_exfat()
156 exfat->disk_bitmap = in exfat_alloc_exfat()
158 if (!exfat->disk_bitmap) { in exfat_alloc_exfat()
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/include/
Dexfat_fs.h41 char *disk_bitmap; member
/third_party/exfatprogs/fsck/
Dfsck.c162 if (!exfat_bitmap_get(exfat->disk_bitmap, clus)) { in check_clus_chain()
1001 if (exfat_read(exfat->blk_dev->dev_fd, exfat->disk_bitmap, in read_bitmap()
1215 disk_b = (bitmap_t *)exfat->disk_bitmap; in write_bitmap()
1421 disk_b = (bitmap_t *)exfat->disk_bitmap; in rescue_orphan_clusters()