Lines Matching refs:ecryptfs_daemon_hash
19 static struct hlist_head *ecryptfs_daemon_hash;
107 &ecryptfs_daemon_hash[ecryptfs_current_euid_hash()],
145 &ecryptfs_daemon_hash[ecryptfs_current_euid_hash()]);
367 ecryptfs_daemon_hash = kmalloc((sizeof(struct hlist_head)
370 if (!ecryptfs_daemon_hash) {
376 INIT_HLIST_HEAD(&ecryptfs_daemon_hash[i]);
382 kfree(ecryptfs_daemon_hash);
425 if (ecryptfs_daemon_hash) {
435 &ecryptfs_daemon_hash[i],
446 kfree(ecryptfs_daemon_hash);