Searched refs:__bch2_err_matches (Results 1 – 2 of 2) sorted by relevance
39 bool __bch2_err_matches(int err, int class) in __bch2_err_matches() function
356 bool __bch2_err_matches(int, int);360 return err < 0 && __bch2_err_matches(err, class); in _bch2_err_matches()