Lines Matching defs:chfs_flash_vnode
77 struct chfs_flash_vnode struct
79 le16 magic; /* filesystem magic */
80 le16 type; /* node type (should be CHFS_NODETYPE_VNODE) */
81 le32 length; /* length of node */
82 le32 hdr_crc; /* crc of the first 3 fields */
83 le64 vno; /* vnode number */
84 le64 version; /* version of node */
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 */