Searched refs:__bch2_err_matches (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/bcachefs/
H A Derrcode.c39 bool __bch2_err_matches(int err, int class) function
H A Derrcode.h268 bool __bch2_err_matches(int, int);
272 return err < 0 && __bch2_err_matches(err, class);

Completed in 128 milliseconds