Searched defs:dx_dir_info (Results 1 – 1 of 1) sorted by relevance
107 struct dx_dir_info { struct108 ext2_ino_t ino; /* Inode number */109 short depth; /* depth of tree (15 bits) */110 __u8 hashversion;111 __u8 casefolded_hash:1;112 blk_t numblocks; /* number of blocks in dir */113 struct dx_dirblock_info *dx_block; /* Array of size numblocks */354 struct dx_dir_info *dx_dir_info; member