Home
last modified time | relevance | path

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

/aosp_15_r20/external/exfatprogs/include/
H A Dlibexfat.h127 int exfat_bitmap_find_zero(struct exfat *exfat, char *bmap,
/aosp_15_r20/external/exfatprogs/lib/
H A Dexfat_dir.c691 if (exfat_bitmap_find_zero(exfat, exfat->alloc_bitmap, in exfat_find_free_cluster()
702 if (exfat_bitmap_find_zero(exfat, exfat->alloc_bitmap, in exfat_find_free_cluster()
H A Dlibexfat.c62 int exfat_bitmap_find_zero(struct exfat *exfat, char *bmap, in exfat_bitmap_find_zero() function
/aosp_15_r20/external/exfatprogs/fsck/
H A Dfsck.c1474 if (exfat_bitmap_find_zero(exfat, exfat->ohead_bitmap, s_clu, &e_clu)) in rescue_orphan_clusters()