Searched defs:ubifs_dent_node (Results 1 – 2 of 2) 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[];
556 struct ubifs_dent_node { struct557 struct ubifs_ch ch;558 __u8 key[UBIFS_MAX_KEY_LEN];559 __le64 inum;560 __u8 padding1;561 __u8 type;562 __le16 nlen;563 __le32 cookie;564 __u8 name[];