Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_dir.h208 struct ext2fs_dirtemplate { struct
209 uint32_t dot_ino;
210 int16_t dot_reclen;
211 uint8_t dot_namlen;
212 uint8_t dot_type;
213 char dot_name[4]; /* must be multiple of 4 */
214 uint32_t dotdot_ino;
215 int16_t dotdot_reclen;
216 uint8_t dotdot_namlen;
217 uint8_t dotdot_type;
[all …]