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