Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/chfs/
H A Dchfs.h190 struct chfs_dirent struct
193 TAILQ_ENTRY(chfs_dirent) fds; /* directory entries */ argument
194 uint64_t version; /* version */
195 ino_t vno; /* vnode number */
196 uint32_t nhash; /* name hash */
197 enum chtype type; /* type of the dirent */
198 uint8_t nsize; /* length of its name */
199 uint8_t name[0]; /* name of the directory */