Searched defs:bch_dirent (Results 1 – 1 of 1) sorted by relevance
16 struct bch_dirent { struct17 struct bch_val v;20 union {33 __u8 d_type:5,34 d_unused:2,35 d_casefold:1;37 __u8 d_casefold:1,38 d_unused:2,39 d_type:5;42 union {[all …]