Home
last modified time | relevance | path

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

/fs/exfat/
A Dexfat.h63 #define BMAP_MASK(index) ((bitmap_t) 1 << ((index) % (sizeof(bitmap_t) * 8))) macro
65 ((bitmap)[BMAP_BLOCK(index)] & BMAP_MASK(index))
67 ((bitmap)[BMAP_BLOCK(index)] |= BMAP_MASK(index))
69 ((bitmap)[BMAP_BLOCK(index)] &= ~BMAP_MASK(index))

Completed in 3 milliseconds