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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dcompr.h44 #define FAVOUR_LZO_PERCENT 80 macro
H A Dcompr.c45 if ((this->compr == JFFS2_COMPR_LZO) && (bestsize > (size * FAVOUR_LZO_PERCENT / 100)))
47 if ((bestsize * FAVOUR_LZO_PERCENT / 100) > size)

Completed in 57 milliseconds