Searched defs:ubifs_dent_node (Results 1 – 1 of 1) sorted by relevance
519 struct ubifs_dent_node { struct520 struct ubifs_ch ch;521 __u8 key[UBIFS_MAX_KEY_LEN];522 __le64 inum;523 __u8 padding1;524 __u8 type;525 __le16 nlen;526 __u8 padding2[4]; /* Watch 'zero_dent_node_unused()' if changing! */528 __u8 name[];530 char name[];