Searched defs:ubifs_data_node (Results 1 – 1 of 1) sorted by relevance
522 struct ubifs_data_node { struct523 struct ubifs_ch ch;524 __u8 key[UBIFS_MAX_KEY_LEN];525 __le32 size;526 __le16 compr_type;527 __u8 padding[2]; /* Watch 'zero_data_node_unused()' if changing! */528 __u8 data[];