Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dcifs_debug.c348 else if (server->compress_algorithm == SMB3_COMPRESS_LZ77_HUFF) in cifs_debug_data_proc_show()
Dsmb2pdu.h382 #define SMB3_COMPRESS_LZ77_HUFF cpu_to_le16(0x0003) macro
Dsmb2pdu.c447 pneg_ctxt->CompressionAlgorithms[1] = SMB3_COMPRESS_LZ77_HUFF; in build_compression_ctxt()