Home
last modified time | relevance | path

Searched refs:bch2_d_types (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dopts.h27 extern const char * const bch2_d_types[];
39 return (d_type < BCH_DT_MAX ? bch2_d_types[d_type] : NULL) ?: "(bad d_type)"; in bch2_d_type_str()
H A Dopts.c153 const char * const bch2_d_types[BCH_DT_MAX] = { variable
H A Dnamei.c769 target->bi_inum, target->bi_snapshot, bch2_d_types[d.v->d_type], buf.buf)) { in bch2_check_dirent_inode_dirent()
H A Dfsck.c2909 u.bi_inum, bch2_d_types[mode_to_type(u.bi_mode)], in check_nlinks_update_inode()