Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Ddirent_format.h38 #define BCH_DT_MAX 17 macro
Dopts.h36 return (d_type < BCH_DT_MAX ? bch2_d_types[d_type] : NULL) ?: "(bad d_type)"; in bch2_d_type_str()
Dopts.c151 const char * const bch2_d_types[BCH_DT_MAX] = {