Searched refs:__bch2_err_matches (Results 1 – 2 of 2) sorted by relevance
41 bool __bch2_err_matches(int err, int class) in __bch2_err_matches() function
361 __attribute__((const)) bool __bch2_err_matches(int, int);366 return err < 0 && __bch2_err_matches(err, class); in _bch2_err_matches()
Completed in 6 milliseconds