HomeSort by relevance Sort by last modified time
    Searched full:dx_parent (Results 1 - 1 of 1) sorted by null

  /external/e2fsprogs/e2fsck/
pass2.c 92 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;
    [all...]

Completed in 332 milliseconds