Searched defs:ext2fs_direct (Results 1 – 1 of 1) sorted by relevance
109 struct ext2fs_direct { struct110 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 */