Home
last modified time | relevance | path

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

/external/u-boot/fs/ubifs/
Dubifs-media.h545 struct ubifs_data_node { struct
546 struct ubifs_ch ch;
547 __u8 key[UBIFS_MAX_KEY_LEN];
548 __le32 size;
549 __le16 compr_type;
550 __u8 padding[2]; /* Watch 'zero_data_node_unused()' if changing! */
551 __u8 data[];