Home
last modified time | relevance | path

Searched refs:block_sha_map (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dfreefs.c63 if (fs->block_sha_map) in ext2fs_free()
64 ext2fs_hashmap_free(fs->block_sha_map); in ext2fs_free()
Dopenfs.c496 fs->block_sha_map = ext2fs_hashmap_create(ext2fs_djb2_hash, in ext2fs_open2()
498 if (!fs->block_sha_map) { in ext2fs_open2()
Dfileio.c453 fs->block_sha_map, in ext2fs_file_write()
478 ext2fs_hashmap_add(fs->block_sha_map, new_block, in ext2fs_file_write()
Dext2fs.h309 struct ext2fs_hashmap* block_sha_map; member