Searched refs:CLOFSET (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dparam.h159 #define CLOFSET (CLSIZE*NBPG-1) /* for clusters, like PGOFSET */ macro
160 #define claligned(x) ((((int)(x))&CLOFSET)==0)
161 #define CLOFF CLOFSET

Completed in 11 milliseconds