Home
last modified time | relevance | path

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

/Linux-v5.15/fs/crypto/
Dkeysetup.c257 WARN_ON(!mk->mk_ino_hash_key_initialized); in fscrypt_hash_inode_number()
274 if (!smp_load_acquire(&mk->mk_ino_hash_key_initialized)) { in fscrypt_setup_iv_ino_lblk_32_key()
278 if (mk->mk_ino_hash_key_initialized) in fscrypt_setup_iv_ino_lblk_32_key()
287 smp_store_release(&mk->mk_ino_hash_key_initialized, true); in fscrypt_setup_iv_ino_lblk_32_key()
Dfscrypt_private.h495 bool mk_ino_hash_key_initialized; member