Home
last modified time | relevance | path

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

/openbmc/linux/fs/crypto/
H A Dkeyring.c69 if (!refcount_dec_and_test(&mk->mk_struct_refs)) in fscrypt_put_master_key()
241 WARN_ON_ONCE(refcount_read(&mk->mk_struct_refs) != 1); in fscrypt_destroy_keyring()
300 refcount_inc_not_zero(&mk->mk_struct_refs)) in fscrypt_find_master_key()
311 refcount_inc_not_zero(&mk->mk_struct_refs)) in fscrypt_find_master_key()
426 refcount_set(&mk->mk_struct_refs, 1); in add_new_master_key()
H A Dfscrypt_private.h465 refcount_t mk_struct_refs; member