Lines Matching refs:dksm
1249 struct dm_keyslot_manager *dksm = container_of(ksm, in dm_keyslot_evict() local
1252 struct mapped_device *md = dksm->md; in dm_keyslot_evict()
1313 struct dm_keyslot_manager *dksm = container_of(ksm, in dm_derive_raw_secret() local
1316 struct mapped_device *md = dksm->md; in dm_derive_raw_secret()
1364 struct dm_keyslot_manager *dksm = container_of(ksm, in dm_destroy_keyslot_manager() local
1372 kfree(dksm); in dm_destroy_keyslot_manager()
1394 struct dm_keyslot_manager *dksm; in dm_table_construct_keyslot_manager() local
1400 dksm = kmalloc(sizeof(*dksm), GFP_KERNEL); in dm_table_construct_keyslot_manager()
1401 if (!dksm) in dm_table_construct_keyslot_manager()
1403 dksm->md = t->md; in dm_table_construct_keyslot_manager()
1405 ksm = &dksm->ksm; in dm_table_construct_keyslot_manager()