Home
last modified time | relevance | path

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

/Linux-v5.15/block/
Dkeyslot-manager.c39 struct blk_ksm_keyslot { struct
171 static void blk_ksm_remove_slot_from_lru_list(struct blk_ksm_keyslot *slot) in blk_ksm_remove_slot_from_lru_list()
181 static struct blk_ksm_keyslot *blk_ksm_find_keyslot( in blk_ksm_find_keyslot()
186 struct blk_ksm_keyslot *slotp; in blk_ksm_find_keyslot()
195 static struct blk_ksm_keyslot *blk_ksm_find_and_grab_keyslot( in blk_ksm_find_and_grab_keyslot()
199 struct blk_ksm_keyslot *slot; in blk_ksm_find_and_grab_keyslot()
211 unsigned int blk_ksm_get_slot_idx(struct blk_ksm_keyslot *slot) in blk_ksm_get_slot_idx()
235 struct blk_ksm_keyslot **slot_ptr) in blk_ksm_get_slot_for_key()
237 struct blk_ksm_keyslot *slot; in blk_ksm_get_slot_for_key()
272 slot = list_first_entry(&ksm->idle_slots, struct blk_ksm_keyslot, in blk_ksm_get_slot_for_key()
[all …]
Dblk-crypto-fallback.c189 static bool blk_crypto_alloc_cipher_req(struct blk_ksm_keyslot *slot, in blk_crypto_alloc_cipher_req()
267 struct blk_ksm_keyslot *slot; in blk_crypto_fallback_encrypt_bio()
383 struct blk_ksm_keyslot *slot; in blk_crypto_fallback_decrypt_bio()
/Linux-v5.15/include/linux/
Dkeyslot-manager.h83 struct blk_ksm_keyslot *slots;
93 struct blk_ksm_keyslot **slot_ptr);
95 unsigned int blk_ksm_get_slot_idx(struct blk_ksm_keyslot *slot);
97 void blk_ksm_put_slot(struct blk_ksm_keyslot *slot);
Dblkdev.h214 struct blk_ksm_keyslot *crypt_keyslot;