Searched refs:is_zero (Results 1 – 2 of 2) sorted by relevance
327 bool is_zero = true; in compress_lznt() local344 if (is_zero && err != LZNT_ERROR_ALL_ZEROS) in compress_lznt()345 is_zero = false; in compress_lznt()353 return is_zero ? 0 : PtrOffset(cmpr, p); in compress_lznt()
161 static inline bool is_zero(char *start, char *end) in is_zero() function234 bkey_fsck_err_on(!is_zero(end, (void *) (&acc_k + 1)), in bch2_accounting_validate()
Completed in 5 milliseconds