Home
last modified time | relevance | path

Searched refs:mk_ino_hash_key_initialized (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/crypto/
Dkeysetup.c262 WARN_ON(!mk->mk_ino_hash_key_initialized); in fscrypt_hash_inode_number()
279 if (!smp_load_acquire(&mk->mk_ino_hash_key_initialized)) { in fscrypt_setup_iv_ino_lblk_32_key()
283 if (mk->mk_ino_hash_key_initialized) in fscrypt_setup_iv_ino_lblk_32_key()
292 smp_store_release(&mk->mk_ino_hash_key_initialized, true); in fscrypt_setup_iv_ino_lblk_32_key()
Dfscrypt_private.h503 bool mk_ino_hash_key_initialized; member