Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dcompress.h66 if (alg == SMB3_COMPRESS_NONE) in smb_compress_alg_valid()
Dcifs_debug.c286 case SMB3_COMPRESS_NONE: in compression_alg_str()
/linux-6.12.1/fs/smb/common/
Dsmb2pdu.h500 #define SMB3_COMPRESS_NONE cpu_to_le16(0x0000) macro
/linux-6.12.1/fs/smb/server/
Dsmb2pdu.c849 WARN_ON(conn->compress_algorithm != SMB3_COMPRESS_NONE); in assemble_neg_contexts()
956 conn->compress_algorithm = SMB3_COMPRESS_NONE; in decode_compress_ctxt()