Home | History | Annotate | Download | only in chfs

Lines Matching defs:le32

41 typedef uint32_t le32;
72 le32 length; /* length of node */
73 le32 hdr_crc; /* crc of the first 3 fields */
81 le32 length; /* length of node */
82 le32 hdr_crc; /* crc of the first 3 fields */
85 le32 uid; /* owner of file */
86 le32 gid; /* group of file */
87 le32 mode; /* permission of vnode */
88 le32 dn_size; /* size of written data */
89 le32 atime; /* last access time */
90 le32 mtime; /* last modification time */
91 le32 ctime; /* change time */
92 le32 dsize; /* NOT USED, backward compatibility */
93 le32 node_crc; /* crc of all the previous fields */
101 le32 length; /* length of vnode with data */
102 le32 hdr_crc; /* crc of the first 3 fields */
106 le32 data_length; /* length of data */
107 le32 data_crc; /* crc of data*/
108 le32 node_crc; /* crc of full node */
120 le32 length; /* length of node with name */
121 le32 hdr_crc; /* crc of the first 3 fields */
125 le32 mctime; /* */
129 le32 name_crc; /* crc of name */
130 le32 node_crc; /* crc of full node */
139 le32 length; /* length of node */
140 le32 hdr_crc; /* crc of the first 3 fields */