Home
last modified time | relevance | path

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

/linux/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/fs/smb/common/
H A Dsmb2pdu.h500 #define SMB3_COMPRESS_NONE cpu_to_le16(0x0000) macro
/linux/fs/smb/server/
H A Dsmb2pdu.c853 WARN_ON(conn->compress_algorithm != SMB3_COMPRESS_NONE); in assemble_neg_contexts()
960 conn->compress_algorithm = SMB3_COMPRESS_NONE; in decode_compress_ctxt()