Searched defs:chfs_flash_data_node (Results 1 – 1 of 1) sorted by relevance
97 struct chfs_flash_data_node struct99 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*/[all …]