Home
last modified time | relevance | path

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

/fs/ubifs/
Dubifs-media.h499 struct ubifs_dent_node { struct
500 struct ubifs_ch ch;
501 __u8 key[UBIFS_MAX_KEY_LEN];
502 __le64 inum;
503 __u8 padding1;
504 __u8 type;
505 __le16 nlen;
506 __u8 padding2[4]; /* Watch 'zero_dent_node_unused()' if changing! */
507 __u8 name[];