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

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Ddirhash.c195 __u32 minor_hash = 0; local
233 minor_hash = buf[2];
247 minor_hash = buf[1];
255 *ret_minor_hash = minor_hash;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debugfs/
H A Dhtree.c277 ext2_dirhash_t hash, minor_hash; local
301 hash_seed, &hash, &minor_hash);
307 hash, minor_hash);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Drehash.c68 ext2_dirhash_t minor_hash; member in struct:hash_entry
153 ent->hash = ent->minor_hash = 0;
158 &ent->hash, &ent->minor_hash);
212 if (he_a->minor_hash > he_b->minor_hash)
214 else if (he_a->minor_hash < he_b->minor_hash)
390 &ent->hash, &ent->minor_hash);

Completed in 42 milliseconds