Searched refs:fc_is_compress (Results 1 – 1 of 1) sorted by relevance
527 #define fc_is_compress(fc) (((fc) & 0x10) == 0) macro528 #define fc_has_count(fc) (fc_is_compress(fc) && (((fc) & 0x4) != 0))
Completed in 5 milliseconds