Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:hashes

77 	ext2_dirhash_t	*hashes;
233 new_mem = realloc(outdir->hashes,
237 outdir->hashes = new_mem;
240 outdir->hashes = malloc(blocks * sizeof(ext2_dirhash_t));
250 free(outdir->hashes);
427 outdir->hashes[0] = 0;
459 outdir->hashes[outdir->num-1] = ent->hash | 1;
461 outdir->hashes[outdir->num-1] = ent->hash;
577 ext2fs_cpu_to_le32(outdir->hashes[i]);
597 ext2fs_cpu_to_le32(outdir->hashes[i]);
610 ext2fs_cpu_to_le32(outdir->hashes
713 outdir.hashes = 0;