Searched refs:vdo_make_packer (Results 1 – 3 of 3) sorted by relevance
101 int __must_check vdo_make_packer(struct vdo *vdo, block_count_t bin_count,
143 int vdo_make_packer(struct vdo *vdo, block_count_t bin_count, struct packer **packer_ptr) in vdo_make_packer() function
577 result = vdo_make_packer(vdo, DEFAULT_PACKER_BINS, &vdo->packer); in vdo_make()