mk_refcount       380 fs/crypto/fscrypt_private.h 	refcount_t		mk_refcount;
mk_refcount       339 fs/crypto/keyring.c 	refcount_set(&mk->mk_refcount, 1); /* secret is present */
mk_refcount       403 fs/crypto/keyring.c 	if (rekey && !refcount_inc_not_zero(&mk->mk_refcount))
mk_refcount       410 fs/crypto/keyring.c 			if (rekey && refcount_dec_and_test(&mk->mk_refcount))
mk_refcount       822 fs/crypto/keyring.c 		dead = refcount_dec_and_test(&mk->mk_refcount);
mk_refcount       414 fs/crypto/keysetup.c 		if (refcount_dec_and_test(&mk->mk_refcount))
mk_refcount       505 fs/crypto/keysetup.c 			refcount_inc(&mk->mk_refcount);