Searched defs:ext2dirent (Results 1 – 1 of 1) sorted by relevance
288 struct ext2dirent { struct289 u_int32_t d_ino; /* inode */290 u_int16_t d_reclen; /* directory entry length */291 u_int8_t d_namlen; /* name length */292 u_int8_t d_type; /* file type */293 char d_name[EXT2_MAXNAMLEN];