Searched refs:dmcp (Results 1 – 1 of 1) sorted by relevance
1254 struct dm_crypto_profile *dmcp = container_of(profile, in dm_destroy_crypto_profile() local1262 kfree(dmcp); in dm_destroy_crypto_profile()1282 struct dm_crypto_profile *dmcp; in dm_table_construct_crypto_profile() local1288 dmcp = kmalloc(sizeof(*dmcp), GFP_KERNEL); in dm_table_construct_crypto_profile()1289 if (!dmcp) in dm_table_construct_crypto_profile()1291 dmcp->md = t->md; in dm_table_construct_crypto_profile()1293 profile = &dmcp->profile; in dm_table_construct_crypto_profile()
Completed in 9 milliseconds