Searched refs:BITMAP_ENT_TO_CLUSTER (Results 1 – 2 of 2) sorted by relevance
213 clu_base = BITMAP_ENT_TO_CLUSTER(ent_idx & ~(BITS_PER_BYTE_MASK)); in exfat_find_free_bitmap()
118 #define BITMAP_ENT_TO_CLUSTER(ent) ((ent) + EXFAT_RESERVED_CLUSTERS) macro