Searched defs:ext2fs_dirtemplate (Results 1 – 1 of 1) sorted by relevance
208 struct ext2fs_dirtemplate { struct209 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 …]