Searched defs:dx_dir_info (Results 1 – 1 of 1) sorted by relevance
114 struct dx_dir_info { struct115 ext2_ino_t ino; /* Inode number */116 short depth; /* depth of tree (15 bits) */117 __u8 hashversion;118 __u8 casefolded_hash:1;119 blk_t numblocks; /* number of blocks in dir */120 struct dx_dirblock_info *dx_block; /* Array of size numblocks */361 struct dx_dir_info *dx_dir_info; member