Home
last modified time | relevance | path

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

/linux/block/
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()
195 slotp = &blk_crypto_keyslots[keyslot_idx]; in blk_crypto_fallback_alloc_cipher_req()
196 ciph_req = skcipher_request_alloc(slotp->tfms[slotp->crypto_mode], in blk_crypto_fallback_alloc_cipher_req()
614 struct blk_crypto_fallback_keyslot *slotp; in blk_crypto_fallback_start_using_mode() local
635 slotp = &blk_crypto_keyslots[i]; in blk_crypto_fallback_start_using_mode()
637 if (IS_ERR(slotp->tfms[mode_num])) { in blk_crypto_fallback_start_using_mode()
638 err = PTR_ERR(slotp->tfms[mode_num]); in blk_crypto_fallback_start_using_mode()
644 slotp->tfms[mode_num] = NULL; in blk_crypto_fallback_start_using_mode()
661 slotp = &blk_crypto_keyslots[i]; in blk_crypto_fallback_start_using_mode()
[all …]
A Dblk-crypto-profile.c187 struct blk_crypto_keyslot *slotp; in blk_crypto_find_keyslot() local
189 hlist_for_each_entry(slotp, head, hash_node) { in blk_crypto_find_keyslot()
190 if (slotp->key == key) in blk_crypto_find_keyslot()
191 return slotp; in blk_crypto_find_keyslot()
/linux/lib/
A Dradix-tree.c598 void __rcu ***slotp) in __radix_tree_create() argument
640 if (slotp) in __radix_tree_create()
641 *slotp = slot; in __radix_tree_create()
747 void __rcu ***slotp) in __radix_tree_lookup() argument
774 if (slotp) in __radix_tree_lookup()
775 *slotp = slot; in __radix_tree_lookup()
/linux/include/linux/
A Dradix-tree.h222 struct radix_tree_node **nodep, void __rcu ***slotp);
/linux/drivers/md/
A Draid10.c327 struct bio *bio, int *slotp, int *replp) in find_bio_disk() argument
343 if (slotp) in find_bio_disk()
344 *slotp = slot; in find_bio_disk()

Completed in 21 milliseconds