Home
last modified time | relevance | path

Searched defs:chfs_flash_dirent_node (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/ufs/chfs/
H A Dmedia.h116 struct chfs_flash_dirent_node struct
118 le16 magic; /* filesystem magic */
119 le16 type; /* node type (should be CHFS_NODETYPE_DIRENT) */
120 le32 length; /* length of node with name */
121 le32 hdr_crc; /* crc of the first 3 fields */
122 le64 vno; /* vnode number */
123 le64 pvno; /* parent's vnode number */
124 le64 version; /* version of node */
125 le32 mctime; /* */
126 uint8_t nsize; /* length of name */
[all …]