Searched refs:block_sha_map (Results 1 – 4 of 4) sorted by relevance
63 if (fs->block_sha_map) in ext2fs_free()64 ext2fs_hashmap_free(fs->block_sha_map); in ext2fs_free()
496 fs->block_sha_map = ext2fs_hashmap_create(ext2fs_djb2_hash, in ext2fs_open2()498 if (!fs->block_sha_map) { in ext2fs_open2()
453 fs->block_sha_map, in ext2fs_file_write()478 ext2fs_hashmap_add(fs->block_sha_map, new_block, in ext2fs_file_write()
309 struct ext2fs_hashmap* block_sha_map; member