Searched refs:bloom_new (Results 1 – 4 of 4) sorted by relevance
9 struct bloom *bloom_new(uint64_t entries);
63 struct bloom *bloom_new(uint64_t entries) in bloom_new() function
138 file_bloom = bloom_new(BLOOM_SIZE); in file_hash_init()
455 bloom = bloom_new(bloom_entries); in dedupe_check()