Searched defs:ext2dirent (Results 1 – 1 of 1) sorted by relevance
293 struct ext2dirent { struct294 uint32_t d_ino; /* inode */295 uint16_t d_reclen; /* directory entry length */296 uint8_t d_namlen; /* name length */297 uint8_t d_type; /* file type */298 char d_name[EXT2_MAXNAMLEN];