Home
last modified time | relevance | path

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

/third_party/exfatprogs/include/
Dlibexfat.h112 static inline void exfat_bitmap_set(char *bmap, clus_t c) in exfat_bitmap_set() function
/third_party/exfatprogs/lib/
Dlibexfat.c38 exfat_bitmap_set(bitmap, clus); in exfat_bitmap_set_range()
796 exfat_bitmap_set(exfat->alloc_bitmap, clus); in exfat_root_clus_count()
Dexfat_dir.c862 exfat_bitmap_set(exfat->alloc_bitmap, *new_clu); in exfat_alloc_cluster()
/third_party/exfatprogs/fsck/
Dfsck.c192 exfat_bitmap_set(exfat->alloc_bitmap, in check_clus_chain()
202 exfat_bitmap_set(exfat->alloc_bitmap, clus); in check_clus_chain()
264 exfat_bitmap_set(exfat->alloc_bitmap, clus); in root_check_clus_chain()
/third_party/exfatprogs/mkfs/
Dmkfs.c323 exfat_bitmap_set(bitmap, i); in exfat_create_bitmap()