Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Dlznt.c19 #define LZNT_ERROR_ALL_ZEROS 1 macro
207 return not_zero ? 0 : LZNT_ERROR_ALL_ZEROS; in compress_chunk()
341 if (is_zero && err != LZNT_ERROR_ALL_ZEROS) in compress_lznt()