Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dcompress.h66 if (alg == SMB3_COMPRESS_NONE) in smb_compress_alg_valid()
H A Dcifs_debug.c286 case SMB3_COMPRESS_NONE: in compression_alg_str()
/linux-6.15/fs/smb/common/
H A Dsmb2pdu.h503 #define SMB3_COMPRESS_NONE cpu_to_le16(0x0000) macro
/linux-6.15/fs/smb/server/
H A Dsmb2pdu.c858 WARN_ON(conn->compress_algorithm != SMB3_COMPRESS_NONE); in assemble_neg_contexts()
965 conn->compress_algorithm = SMB3_COMPRESS_NONE; in decode_compress_ctxt()