Home
last modified time | relevance | path

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

/dflybsd-src/sys/vfs/ufs/
H A Ddir.h146 struct odirtemplate { struct
147 uint32_t dot_ino;
148 int16_t dot_reclen;
149 uint16_t dot_namlen;
150 char dot_name[4]; /* must be multiple of 4 */
151 uint32_t dotdot_ino;
152 int16_t dotdot_reclen;
153 uint16_t dotdot_namlen;
154 char dotdot_name[4]; /* ditto */