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