Home
last modified time | relevance | path

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

/linux-6.15/block/
H A Dblk-crypto-fallback.c117 if (crypto_mode != slotp->crypto_mode && in blk_crypto_fallback_keyslot_program()
121 slotp->crypto_mode = crypto_mode; in blk_crypto_fallback_keyslot_program()
196 slotp = &blk_crypto_keyslots[keyslot_idx]; in blk_crypto_fallback_alloc_cipher_req()
197 ciph_req = skcipher_request_alloc(slotp->tfms[slotp->crypto_mode], in blk_crypto_fallback_alloc_cipher_req()
626 struct blk_crypto_fallback_keyslot *slotp; in blk_crypto_fallback_start_using_mode() local
647 slotp = &blk_crypto_keyslots[i]; in blk_crypto_fallback_start_using_mode()
649 if (IS_ERR(slotp->tfms[mode_num])) { in blk_crypto_fallback_start_using_mode()
650 err = PTR_ERR(slotp->tfms[mode_num]); in blk_crypto_fallback_start_using_mode()
656 slotp->tfms[mode_num] = NULL; in blk_crypto_fallback_start_using_mode()
673 slotp = &blk_crypto_keyslots[i]; in blk_crypto_fallback_start_using_mode()
[all …]
H A Dblk-crypto-profile.c195 struct blk_crypto_keyslot *slotp; in blk_crypto_find_keyslot() local
197 hlist_for_each_entry(slotp, head, hash_node) { in blk_crypto_find_keyslot()
198 if (slotp->key == key) in blk_crypto_find_keyslot()
199 return slotp; in blk_crypto_find_keyslot()
/linux-6.15/lib/
H A Dradix-tree.c600 void __rcu ***slotp) in __radix_tree_create() argument
642 if (slotp) in __radix_tree_create()
643 *slotp = slot; in __radix_tree_create()
749 void __rcu ***slotp) in __radix_tree_lookup() argument
776 if (slotp) in __radix_tree_lookup()
777 *slotp = slot; in __radix_tree_lookup()
/linux-6.15/include/linux/
H A Dradix-tree.h222 struct radix_tree_node **nodep, void __rcu ***slotp);
/linux-6.15/drivers/md/
H A Draid10.c353 struct bio *bio, int *slotp, int *replp) in find_bio_disk() argument
369 if (slotp) in find_bio_disk()
370 *slotp = slot; in find_bio_disk()