ecryptfs_daemon_hash   19 fs/ecryptfs/messaging.c static struct hlist_head *ecryptfs_daemon_hash;
ecryptfs_daemon_hash  107 fs/ecryptfs/messaging.c 			    &ecryptfs_daemon_hash[ecryptfs_current_euid_hash()],
ecryptfs_daemon_hash  145 fs/ecryptfs/messaging.c 		       &ecryptfs_daemon_hash[ecryptfs_current_euid_hash()]);
ecryptfs_daemon_hash  367 fs/ecryptfs/messaging.c 	ecryptfs_daemon_hash = kmalloc((sizeof(struct hlist_head)
ecryptfs_daemon_hash  370 fs/ecryptfs/messaging.c 	if (!ecryptfs_daemon_hash) {
ecryptfs_daemon_hash  376 fs/ecryptfs/messaging.c 		INIT_HLIST_HEAD(&ecryptfs_daemon_hash[i]);
ecryptfs_daemon_hash  382 fs/ecryptfs/messaging.c 		kfree(ecryptfs_daemon_hash);
ecryptfs_daemon_hash  425 fs/ecryptfs/messaging.c 	if (ecryptfs_daemon_hash) {
ecryptfs_daemon_hash  435 fs/ecryptfs/messaging.c 						  &ecryptfs_daemon_hash[i],
ecryptfs_daemon_hash  446 fs/ecryptfs/messaging.c 		kfree(ecryptfs_daemon_hash);