Searched refs:slotp (Results 1 – 5 of 5) sorted by relevance
93 struct blk_crypto_keyslot *slotp = &blk_crypto_keyslots[slot]; in blk_crypto_evict_keyslot() local94 enum blk_crypto_mode_num crypto_mode = slotp->crypto_mode; in blk_crypto_evict_keyslot()97 WARN_ON(slotp->crypto_mode == BLK_ENCRYPTION_MODE_INVALID); in blk_crypto_evict_keyslot()100 err = crypto_skcipher_setkey(slotp->tfms[crypto_mode], blank_key, in blk_crypto_evict_keyslot()103 slotp->crypto_mode = BLK_ENCRYPTION_MODE_INVALID; in blk_crypto_evict_keyslot()110 struct blk_crypto_keyslot *slotp = &blk_crypto_keyslots[slot]; in blk_crypto_keyslot_program() local115 if (crypto_mode != slotp->crypto_mode && in blk_crypto_keyslot_program()116 slotp->crypto_mode != BLK_ENCRYPTION_MODE_INVALID) in blk_crypto_keyslot_program()119 slotp->crypto_mode = crypto_mode; in blk_crypto_keyslot_program()120 err = crypto_skcipher_setkey(slotp->tfms[crypto_mode], key->raw, in blk_crypto_keyslot_program()[all …]
186 struct blk_ksm_keyslot *slotp; in blk_ksm_find_keyslot() local188 hlist_for_each_entry(slotp, head, hash_node) { in blk_ksm_find_keyslot()189 if (slotp->key == key) in blk_ksm_find_keyslot()190 return slotp; in blk_ksm_find_keyslot()
598 void __rcu ***slotp) in __radix_tree_create() argument640 if (slotp) in __radix_tree_create()641 *slotp = slot; in __radix_tree_create()747 void __rcu ***slotp) in __radix_tree_lookup() argument774 if (slotp) in __radix_tree_lookup()775 *slotp = slot; in __radix_tree_lookup()
220 struct radix_tree_node **nodep, void __rcu ***slotp);
327 struct bio *bio, int *slotp, int *replp) in find_bio_disk() argument343 if (slotp) in find_bio_disk()344 *slotp = slot; in find_bio_disk()