Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dcompress.h27 #define SMB_COMPRESS_MIN_LEN PAGE_SIZE macro
H A Dcompress.c309 if (le32_to_cpu(wreq->Length) < SMB_COMPRESS_MIN_LEN) in should_compress()