Home
last modified time | relevance | path

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

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