Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dext2fs.c295 struct ext2dirent { struct
296 u_int32_t d_ino; /* inode */
297 u_int16_t d_reclen; /* directory entry length */
298 u_int8_t d_namlen; /* name length */
299 u_int8_t d_type; /* file type */
300 char d_name[EXT2_MAXNAMLEN];