Searched refs:SMB3_COMPRESS_LZ77 (Results 1 – 5 of 5) sorted by relevance
54 if (alg == SMB3_COMPRESS_LZ77 || alg == SMB3_COMPRESS_PATTERN) in smb_compress_alg_valid()
351 hdr.CompressionAlgorithm = SMB3_COMPRESS_LZ77; in smb_compress()
380 case SMB3_COMPRESS_LZ77: in compression_alg_str()
641 pneg_ctxt->CompressionAlgorithms[0] = SMB3_COMPRESS_LZ77; in build_compression_ctxt()
505 #define SMB3_COMPRESS_LZ77 cpu_to_le16(0x0002) macro