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()
506 fs->block_sha_map = ext2fs_hashmap_create(ext2fs_djb2_hash, in ext2fs_open2()508 if (!fs->block_sha_map) { in ext2fs_open2()
453 fs->block_sha_map, in ext2fs_file_write()478 int ret = ext2fs_hashmap_add(fs->block_sha_map, in ext2fs_file_write()
330 struct ext2fs_hashmap* block_sha_map; member