Searched refs:VALID_SECSIZE (Results 1 – 2 of 2) sorted by relevance
601 if (!VALID_SECSIZE(l)) { in pcfs_parse_mntopts()1950 if (!VALID_SECSIZE(secsize)) in parseBPB()2073 if (VALID_SECSIZE(secsize)) in parseBPB()2351 if (VALID_SECSIZE(arg.mi.dki_lbsize)) { in pcfs_device_getinfo()2444 ASSERT(VALID_SECSIZE(fsp->pcfs_secsize)); in pcfs_device_getinfo()
235 #define VALID_SECSIZE(s) \ macro