Searched defs:ext2fs_dirtemplate (Results 1 – 1 of 1) sorted by relevance
157 struct ext2fs_dirtemplate { struct158 u_int32_t dot_ino;159 int16_t dot_reclen;160 u_int8_t dot_namlen;161 u_int8_t dot_type;162 char dot_name[4]; /* must be multiple of 4 */163 u_int32_t dotdot_ino;164 int16_t dotdot_reclen;165 u_int8_t dotdot_namlen;166 u_int8_t dotdot_type;[all …]