Searched refs:VALID_CLSIZE (Results 1 – 2 of 2) sorted by relevance
238 #define VALID_CLSIZE(s) (ISP2((s)) && (unsigned int)(s) <= (64 * 1024)) macro
2077 if (VALID_CLSIZE(fsp->pcfs_clsize)) in parseBPB()