Home
last modified time | relevance | path

Searched defs:bch_dirent (Results 1 – 1 of 1) sorted by relevance

/linux/fs/bcachefs/
H A Ddirent_format.h16 struct bch_dirent { struct
17 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 …]