Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dubifs-media.h518 struct ubifs_dent_node { struct
519 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[];
/openbmc/linux/fs/ubifs/
H A Dubifs-media.h556 struct ubifs_dent_node { struct
557 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[];