Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ecryptfs/
Dmessaging.c32 static struct hlist_head *ecryptfs_daemon_hash; variable
120 &ecryptfs_daemon_hash[ecryptfs_current_euid_hash()], in ecryptfs_find_daemon_by_euid()
160 &ecryptfs_daemon_hash[ecryptfs_current_euid_hash()]); in ecryptfs_spawn_daemon()
384 ecryptfs_daemon_hash = kmalloc((sizeof(struct hlist_head) in ecryptfs_init_messaging()
387 if (!ecryptfs_daemon_hash) { in ecryptfs_init_messaging()
394 INIT_HLIST_HEAD(&ecryptfs_daemon_hash[i]); in ecryptfs_init_messaging()
443 if (ecryptfs_daemon_hash) { in ecryptfs_release_messaging()
452 &ecryptfs_daemon_hash[i], in ecryptfs_release_messaging()
463 kfree(ecryptfs_daemon_hash); in ecryptfs_release_messaging()