Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dcompress.c906 int mxsz; member
965 const int max_len = min(pctx->bufsize - i, pctx->mxsz); in ntfs_best_match()
1123 pctx->mxsz = (1 << (16 - bp)) + 2; in ntfs_compress_block()
1147 pctx->mxsz = (pctx->mxsz + 2) >> 1; in ntfs_compress_block()
1193 pctx->mxsz = (pctx->mxsz + 2) >> 1; in ntfs_compress_block()