Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs-media.h519 struct ubifs_dent_node { struct
520 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[];
/OK3568_Linux_fs/kernel/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[];