Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dlznt.c114 static const size_t s_max_off[] = { variable
166 while (unc + s_max_off[idx] < up) in compress_chunk()
243 while (index < ARRAY_SIZE(s_max_off) - 1 && in decompress_chunk()
244 unc + s_max_off[index] < up) { in decompress_chunk()