Searched defs:dx_dir_info (Results 1 – 1 of 1) sorted by relevance
106 struct dx_dir_info { struct107 ext2_ino_t ino; /* Inode number */108 int numblocks; /* number of blocks */109 int hashversion;110 short depth; /* depth of tree */111 struct dx_dirblock_info *dx_block; /* Array of size numblocks */320 struct dx_dir_info *dx_dir_info; member