Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A 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 …]
H A Dblk-crypto-fallback.c188 static bool blk_crypto_alloc_cipher_req(struct blk_ksm_keyslot *slot, in blk_crypto_alloc_cipher_req()
265 struct blk_ksm_keyslot *slot; in blk_crypto_fallback_encrypt_bio()
381 struct blk_ksm_keyslot *slot; in blk_crypto_fallback_decrypt_bio()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkeyslot-manager.h105 struct blk_ksm_keyslot *slots;
115 struct blk_ksm_keyslot **slot_ptr);
117 unsigned int blk_ksm_get_slot_idx(struct blk_ksm_keyslot *slot);
119 void blk_ksm_put_slot(struct blk_ksm_keyslot *slot);
H A Dblkdev.h233 struct blk_ksm_keyslot *crypt_keyslot;