Searched defs:blk_crypto_keyslot (Results 1 – 2 of 2) sorted by relevance
37 struct blk_crypto_keyslot { struct38 atomic_t slot_refs;39 struct list_head idle_slot_node;40 struct hlist_node hash_node;41 const struct blk_crypto_key *key;42 struct blk_crypto_profile *profile;
75 static struct blk_crypto_keyslot { struct92 struct blk_crypto_keyslot *slotp = &blk_crypto_keyslots[slot]; in blk_crypto_evict_keyslot() argument