Searched refs:LZNT_CHUNK_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ntfs3/
H A Dlznt.c20 #define LZNT_CHUNK_SIZE 0x1000 macro
35 struct lznt_hash hash[LZNT_CHUNK_SIZE];
56 (LZNT_CHUNK_SIZE - 1);
154 if (unc + LZNT_CHUNK_SIZE < unc_end)
155 unc_end = unc + LZNT_CHUNK_SIZE;
157 last = min(cmpr + LZNT_CHUNK_SIZE + sizeof(short), cmpr_end);
211 if ((cmpr + LZNT_CHUNK_SIZE + sizeof(short)) > last)
216 * 0x3FFF == ((LZNT_CHUNK_SIZE + 2 - 3) | 0x3000)
221 memcpy(cmpr + sizeof(short), unc, LZNT_CHUNK_SIZE);
222 *cmpr_chunk_size = LZNT_CHUNK_SIZE
[all...]

Completed in 92 milliseconds