Home
last modified time | relevance | path

Searched refs:mk_refcount (Results 1 – 3 of 3) sorted by relevance

/linux/fs/crypto/
A Dkeyring.c351 refcount_set(&mk->mk_refcount, 1); /* secret is present */ in add_new_master_key()
415 if (rekey && !refcount_inc_not_zero(&mk->mk_refcount)) in add_existing_master_key()
422 if (rekey && refcount_dec_and_test(&mk->mk_refcount)) in add_existing_master_key()
975 dead = refcount_dec_and_test(&mk->mk_refcount); in do_remove_key()
A Dkeysetup.c526 if (refcount_dec_and_test(&mk->mk_refcount)) in put_crypt_info()
585 refcount_inc(&mk->mk_refcount); in fscrypt_setup_encryption_info()
A Dfscrypt_private.h485 refcount_t mk_refcount; member

Completed in 9 milliseconds