Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Derrcode.c55 int __bch2_err_class(int bch_err) in __bch2_err_class() function
H A Derrcode.h375 int __bch2_err_class(int);
379 return err < 0 ? __bch2_err_class(err) : err; in bch2_err_class()