HomeSort by relevance Sort by last modified time
    Searched refs:min_hash (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/e2fsck/
pass2.c 188 * XXX Make sure dx_parent->min_hash > dx_db->min_hash
191 dx_parent->min_hash = dx_db->min_hash;
206 (dx_db->min_hash < dx_db->node_min_hash)) {
207 pctx.blk = dx_db->min_hash;
536 ext2_dirhash_t min_hash = 0xffffffff; local
606 if (hash < min_hash)
607 min_hash = hash;
623 db->blockcnt, min_hash, max_hash)
    [all...]
e2fsck.h 117 ext2_dirhash_t min_hash; member in struct:dx_dirblock_info

Completed in 32 milliseconds