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