Searched defs:dx_dir_info (Results 1 – 1 of 1) sorted by relevance
98 struct dx_dir_info { struct99 ext2_ino_t ino; /* Inode number */100 int numblocks; /* number of blocks */101 int hashversion;102 short depth; /* depth of tree */103 struct dx_dirblock_info *dx_block; /* Array of size numblocks */281 struct dx_dir_info *dx_dir_info; member