Home
last modified time | relevance | path

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

/dflybsd-src/stand/lib/
H A Dext2fs.c288 struct ext2dirent { struct
289 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];