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

/external/e2fsprogs/e2fsck/
H A Dpass2.c92 struct dx_dirblock_info *dx_db, *dx_parent; local
183 dx_parent = &dx_dir->dx_block[dx_db->parent];
185 * XXX Make sure dx_parent->min_hash > dx_db->min_hash
188 dx_parent->min_hash = dx_db->min_hash;
190 * XXX Make sure dx_parent->max_hash < dx_db->max_hash
193 dx_parent->max_hash = dx_db->max_hash;

Completed in 57 milliseconds