Lines Matching defs:compress
2 * compress.c - Compressed attribute handling code. Originated from the Linux-NTFS
50 #include "compress.h"
643 * outside of compress.c as it is bound to confuse people and not do what they
1064 * or -1 if could not compress (nothing is written)
1622 * or 0 if could not compress (and written uncompressed)
1627 char *outbuf, s32 count, BOOL compress,
1634 if (compress) {
1637 compress = FALSE;
1645 if (!compress) {
1691 BOOL compress;
1722 compress = FALSE;
1737 /* it is time to compress */
1738 compress = TRUE;
1748 * If we are about to compress or we need to decompress
1753 if (compress || compressed_part) {
1794 outbuf, to_flush, compress, appending,
1804 if (compress && !fail) {
1807 * of blocks and compress it
1911 * read the full block and compress it