Home
last modified time | relevance | path

Searched defs:ext2dirent (Results 1 – 1 of 1) sorted by relevance

/freebsd/stand/libsa/
H A Dext2fs.c293 struct ext2dirent { struct
294 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];