Home
last modified time | relevance | path

Searched refs:SMB3_COMPRESS_NONE (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/fs/smb/common/
Dsmb2pdu.h490 #define SMB3_COMPRESS_NONE cpu_to_le16(0x0000) macro
/linux-6.6.21/fs/smb/server/
Dsmb2pdu.c861 WARN_ON(conn->compress_algorithm != SMB3_COMPRESS_NONE); in assemble_neg_contexts()
968 conn->compress_algorithm = SMB3_COMPRESS_NONE; in decode_compress_ctxt()