Home
last modified time | relevance | path

Searched defs:blk_crypto_keyslot (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/block/
Dblk-crypto-profile.c37 struct blk_crypto_keyslot { struct
38 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;
/kernel/linux/linux-5.10/block/
Dblk-crypto-fallback.c75 static struct blk_crypto_keyslot { struct
92 struct blk_crypto_keyslot *slotp = &blk_crypto_keyslots[slot]; in blk_crypto_evict_keyslot() argument