Home
last modified time | relevance | path

Searched refs:SMB3_COMPRESS_LZ77 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dcifs_debug.c290 case SMB3_COMPRESS_LZ77: in compression_alg_str()
H A Dsmb2pdu.c607 pneg_ctxt->CompressionAlgorithms[0] = SMB3_COMPRESS_LZ77; in build_compression_ctxt()
/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h502 #define SMB3_COMPRESS_LZ77 cpu_to_le16(0x0002) macro