Home
last modified time | relevance | path

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

/minix3/sys/ufs/ext2fs/
H A Dext2fs_dir.h109 struct ext2fs_direct { struct
110 uint32_t e2d_ino; /* inode number of entry */
111 uint16_t e2d_reclen; /* length of this record */
112 uint8_t e2d_namlen; /* length of string in d_name */
113 uint8_t e2d_type; /* file type */
114 char e2d_name[EXT2FS_MAXNAMLEN];/* name with length<=EXT2FS_MAXNAMLEN */