Home
last modified time | relevance | path

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

/Linux-v5.10/fs/crypto/
Dkeysetup.c230 WARN_ON(!mk->mk_ino_hash_key_initialized); in fscrypt_hash_inode_number()
247 if (!smp_load_acquire(&mk->mk_ino_hash_key_initialized)) { in fscrypt_setup_iv_ino_lblk_32_key()
251 if (mk->mk_ino_hash_key_initialized) in fscrypt_setup_iv_ino_lblk_32_key()
261 smp_store_release(&mk->mk_ino_hash_key_initialized, true); in fscrypt_setup_iv_ino_lblk_32_key()
Dfscrypt_private.h500 bool mk_ino_hash_key_initialized; member