Searched refs:BITMAP_OFFSET_BIT_IN_SECTOR (Results 1 – 2 of 2) sorted by relevance
158 b = BITMAP_OFFSET_BIT_IN_SECTOR(sb, ent_idx); in exfat_set_bitmap()180 b = BITMAP_OFFSET_BIT_IN_SECTOR(sb, ent_idx); in exfat_clear_bitmap()
123 #define BITMAP_OFFSET_BIT_IN_SECTOR(sb, ent) (ent & BITS_PER_SECTOR_MASK(sb)) macro