Searched refs:BITS_PER_BYTE_MASK (Results 1 – 4 of 4) sorted by relevance
204 clu_base = BITMAP_ENT_TO_CLUSTER(ent_idx & ~(BITS_PER_BYTE_MASK)); in exfat_find_free_bitmap()243 unsigned int last_mask = total_clus & BITS_PER_BYTE_MASK; in exfat_count_used_clusters()
126 #define BITS_PER_BYTE_MASK 0x7 macro
18 #define BITS_PER_BYTE_MASK (BITS_PER_BYTE - 1) macro19 #define BITS_PER_BYTE_MASKED(bits) ((bits) & BITS_PER_BYTE_MASK)
170 #define BITS_PER_BYTE_MASK (BITS_PER_BYTE - 1) macro171 #define BITS_PER_BYTE_MASKED(bits) ((bits) & BITS_PER_BYTE_MASK)
Completed in 19 milliseconds