Home
last modified time | relevance | path

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

/fs/bcachefs/
A Derrcode.c41 bool __bch2_err_matches(int err, int class) in __bch2_err_matches() function
A Derrcode.h361 __attribute__((const)) bool __bch2_err_matches(int, int);
366 return err < 0 && __bch2_err_matches(err, class); in _bch2_err_matches()

Completed in 5 milliseconds