Searched defs:ext2fs_direct (Results 1 – 1 of 1) sorted by relevance
110 struct ext2fs_direct { struct111 uint32_t e2d_ino; /* inode number of entry */112 uint16_t e2d_reclen; /* length of this record */113 uint8_t e2d_namlen; /* length of string in d_name */114 uint8_t e2d_type; /* file type */115 char e2d_name[EXT2FS_MAXNAMLEN];/* name with length<=EXT2FS_MAXNAMLEN */