Searched refs:dksm (Results 1 – 1 of 1) sorted by relevance
1219 struct dm_keyslot_manager *dksm = container_of(ksm, in dm_keyslot_evict() local1222 struct mapped_device *md = dksm->md; in dm_keyslot_evict()1259 struct dm_keyslot_manager *dksm = container_of(ksm, in dm_destroy_keyslot_manager() local1267 kfree(dksm); in dm_destroy_keyslot_manager()1289 struct dm_keyslot_manager *dksm; in dm_table_construct_keyslot_manager() local1295 dksm = kmalloc(sizeof(*dksm), GFP_KERNEL); in dm_table_construct_keyslot_manager()1296 if (!dksm) in dm_table_construct_keyslot_manager()1298 dksm->md = t->md; in dm_table_construct_keyslot_manager()1300 ksm = &dksm->ksm; in dm_table_construct_keyslot_manager()