Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Derrcode.c39 bool __bch2_err_matches(int err, int class) in __bch2_err_matches() function
H A Derrcode.h356 bool __bch2_err_matches(int, int);
360 return err < 0 && __bch2_err_matches(err, class); in _bch2_err_matches()