Searched refs:ecryptfs_daemon_hash (Results 1 – 1 of 1) sorted by relevance
19 static struct hlist_head *ecryptfs_daemon_hash; variable 107 &ecryptfs_daemon_hash[ecryptfs_current_euid_hash()], in ecryptfs_find_daemon_by_euid() 145 &ecryptfs_daemon_hash[ecryptfs_current_euid_hash()]); in ecryptfs_spawn_daemon() 368 ecryptfs_daemon_hash = kmalloc((sizeof(struct hlist_head) in ecryptfs_init_messaging() 371 if (!ecryptfs_daemon_hash) { in ecryptfs_init_messaging() 377 INIT_HLIST_HEAD(&ecryptfs_daemon_hash[i]); in ecryptfs_init_messaging() 383 kfree(ecryptfs_daemon_hash); in ecryptfs_init_messaging() 425 if (ecryptfs_daemon_hash) { in ecryptfs_release_messaging() 435 &ecryptfs_daemon_hash[i], in ecryptfs_release_messaging() 446 kfree(ecryptfs_daemon_hash); in ecryptfs_release_messaging() [all...]