Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
Dkeyslot-manager.c238 err = ksm->ksm_ll_ops.keyslot_program(ksm, key, slot_idx); in blk_ksm_get_slot_for_key()
335 err = ksm->ksm_ll_ops.keyslot_evict(ksm, key, in blk_ksm_evict_key()
371 err = ksm->ksm_ll_ops.keyslot_program(ksm, key, slot); in blk_ksm_reprogram_all_keys()
Dblk-crypto-fallback.c544 blk_crypto_ksm.ksm_ll_ops = blk_crypto_ksm_ll_ops; in blk_crypto_fallback_init()
/kernel/linux/linux-5.10/include/linux/
Dkeyslot-manager.h42 struct blk_ksm_ll_ops ksm_ll_ops; member
/kernel/linux/linux-5.10/drivers/scsi/ufs/
Dufshcd-crypto.c187 hba->ksm.ksm_ll_ops = ufshcd_ksm_ops; in ufshcd_hba_init_crypto_capabilities()