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 190 * XXX Make sure dx_parent->min_hash > dx_db->min_hash
193 dx_parent->min_hash = dx_db->min_hash;
208 (dx_db->min_hash < dx_db->node_min_hash)) {
209 pctx.blk = dx_db->min_hash;
537 ext2_dirhash_t min_hash = 0xffffffff; local
607 if (hash < min_hash)
608 min_hash = hash;
624 db->blockcnt, min_hash, max_hash)
    [all...]
e2fsck.h 125 ext2_dirhash_t min_hash; member in struct:dx_dirblock_info

Completed in 38 milliseconds