Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dcifs_debug.c352 else if (server->compress_algorithm == SMB3_COMPRESS_LZ77) in cifs_debug_data_proc_show()
Dsmb2pdu.c454 pneg_ctxt->CompressionAlgorithms[0] = SMB3_COMPRESS_LZ77; in build_compression_ctxt()
/linux-6.1.9/fs/smbfs_common/
Dsmb2pdu.h469 #define SMB3_COMPRESS_LZ77 cpu_to_le16(0x0002) macro