Searched defs:dx_parent (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Dpass2.c99 struct dx_dirblock_info *dx_db, *dx_parent; local
191 dx_parent = &dx_dir->dx_block[dx_db->parent];
193 * XXX Make sure dx_parent->min_hash > dx_db->min_hash
196 dx_parent->min_hash = dx_db->min_hash;
198 * XXX Make sure dx_parent->max_hash < dx_db->max_hash
201 dx_parent->max_hash = dx_db->max_hash;

Completed in 57 milliseconds