Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifs_debug.c288 case SMB3_COMPRESS_LZNT1: in compression_alg_str()
H A Dsmb2pdu.c609 pneg_ctxt->CompressionAlgorithms[2] = SMB3_COMPRESS_LZNT1; in build_compression_ctxt()
/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h501 #define SMB3_COMPRESS_LZNT1 cpu_to_le16(0x0001) macro