Lines Matching defs:bch_dirent
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 {50 } __packed;