Home
last modified time | relevance | path

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

/fs/exfat/
A Dexfat.h62 #define BMAP_BLOCK(index) ((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