Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs-media.h546 struct ubifs_data_node { struct
547 struct ubifs_ch ch;
548 __u8 key[UBIFS_MAX_KEY_LEN];
549 __le32 size;
550 __le16 compr_type;
551 __u8 padding[2]; /* Watch 'zero_data_node_unused()' if changing! */
552 __u8 data[];
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dubifs-media.h577 struct ubifs_data_node { struct
578 struct ubifs_ch ch;
579 __u8 key[UBIFS_MAX_KEY_LEN];
580 __le32 size;
581 __le16 compr_type;
582 __le16 compr_size;
583 __u8 data[];