Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Derrcode.c53 int __bch2_err_class(int bch_err) in __bch2_err_class() function
H A Derrcode.h369 int __bch2_err_class(int);
373 return err < 0 ? __bch2_err_class(err) : err; in bch2_err_class()