Home
last modified time | relevance | path

Searched refs:BCH_DT_MAX (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Ddirent_format.h54 #define BCH_DT_MAX 17 macro
H A Dopts.c153 const char * const bch2_d_types[BCH_DT_MAX] = {
H A Dopts.h39 return (d_type < BCH_DT_MAX ? bch2_d_types[d_type] : NULL) ?: "(bad d_type)"; in bch2_d_type_str()