Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/
Ddm-table.c1250 struct dm_crypto_profile *dmcp = container_of(profile, in dm_destroy_crypto_profile() local
1258 kfree(dmcp); in dm_destroy_crypto_profile()
1278 struct dm_crypto_profile *dmcp; in dm_table_construct_crypto_profile() local
1284 dmcp = kmalloc(sizeof(*dmcp), GFP_KERNEL); in dm_table_construct_crypto_profile()
1285 if (!dmcp) in dm_table_construct_crypto_profile()
1287 dmcp->md = t->md; in dm_table_construct_crypto_profile()
1289 profile = &dmcp->profile; in dm_table_construct_crypto_profile()