Searched defs:BLOCK_FREE (Results 1 – 2 of 2) sorted by relevance
16 #define BLOCK_FREE 0xfffe /* free block */ macro
63 #define BLOCK_FREE(b) ((b) == 0xffffffff) macro