Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ubifs_data_node Struct Reference

#include <ubifs-media.h>

Data Fields

struct ubifs_ch ch
 
__u8 key [UBIFS_MAX_KEY_LEN]
 
__le32 size
 
__le16 compr_type
 
__u8 padding [2]
 
__u8 data []
 

Detailed Description

struct ubifs_data_node - data node. : common header : node key : uncompressed data size in bytes : compression type (UBIFS_COMPR_NONE, UBIFS_COMPR_LZO, etc) : reserved for future, zeroes : data

Note, do not forget to amend 'zero_data_node_unused()' function when changing the padding fields.

Definition at line 553 of file ubifs-media.h.

Field Documentation

Definition at line 554 of file ubifs-media.h.

__le16 compr_type

Definition at line 557 of file ubifs-media.h.

Definition at line 559 of file ubifs-media.h.

Definition at line 555 of file ubifs-media.h.

__u8 padding[2]

Definition at line 558 of file ubifs-media.h.

__le32 size

Definition at line 556 of file ubifs-media.h.


The documentation for this struct was generated from the following file: