Home
last modified time | relevance | path

Searched refs:vdo_make_hash_zones (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/md/dm-vdo/
Ddedupe.h81 int __must_check vdo_make_hash_zones(struct vdo *vdo, struct hash_zones **zones_ptr);
Ddedupe.c2408 int vdo_make_hash_zones(struct vdo *vdo, struct hash_zones **zones_ptr) in vdo_make_hash_zones() function
Ddm-vdo-target.c1381 return vdo_make_hash_zones(vdo, &vdo->hash_zones); in decode_vdo()