Lines Matching defs:chfs_flash_data_node
97 struct chfs_flash_data_node struct
99 le16 magic; /* filesystem magic */
100 le16 type; /* node type (should be CHFS_NODETYPE_DATA) */
101 le32 length; /* length of vnode with data */
102 le32 hdr_crc; /* crc of the first 3 fields */
103 le64 vno; /* vnode number */
104 le64 version; /* version of node */
105 le64 offset; /* offset in the file */
106 le32 data_length; /* length of data */
107 le32 data_crc; /* crc of data*/
108 le32 node_crc; /* crc of full node */
109 uint8_t data[0]; /* data */