Searched refs:blknoshift (Results 1 – 1 of 1) sorted by relevance
284 #define LOGICAL_BLOCK_ALIGN(blkno, blknoshift) \ argument285 (((blkno) & ((1 << (blknoshift)) - 1)) == 0)