Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-table.c1249 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()
[all …]