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

  /external/e2fsprogs/debugfs/
htree.c 44 ext2_dirhash_t hash, minor_hash; local
94 &hash, &minor_hash);
112 dirent->inode, hash, minor_hash,
306 ext2_dirhash_t hash, minor_hash; local
340 hash_seed, &hash, &minor_hash);
346 hash, minor_hash);
  /external/e2fsprogs/lib/ext2fs/
dirhash.c 196 __u32 minor_hash = 0; local
236 minor_hash = buf[2];
251 minor_hash = buf[1];
259 *ret_minor_hash = minor_hash;
  /external/e2fsprogs/e2fsck/
rehash.c 92 ext2_dirhash_t minor_hash; member in struct:hash_entry
185 ent->hash = ent->minor_hash = 0;
190 &ent->hash, &ent->minor_hash);
246 if (he_a->minor_hash > he_b->minor_hash)
248 else if (he_a->minor_hash < he_b->minor_hash)
420 &ent->hash, &ent->minor_hash);

Completed in 165 milliseconds