Home
last modified time | relevance | path

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

/fs/ecryptfs/
A Dmiscdev.c34 mutex_lock(&daemon->mux); in ecryptfs_miscdev_poll()
45 mutex_unlock(&daemon->mux); in ecryptfs_miscdev_poll()
47 mutex_lock(&daemon->mux); in ecryptfs_miscdev_poll()
52 mutex_unlock(&daemon->mux); in ecryptfs_miscdev_poll()
81 mutex_lock(&daemon->mux); in ecryptfs_miscdev_open()
90 mutex_unlock(&daemon->mux); in ecryptfs_miscdev_open()
112 mutex_lock(&daemon->mux); in ecryptfs_miscdev_release()
116 mutex_unlock(&daemon->mux); in ecryptfs_miscdev_release()
166 mutex_lock(&daemon->mux); in ecryptfs_send_miscdev()
221 mutex_lock(&daemon->mux); in ecryptfs_miscdev_read()
[all …]
A Dmessaging.c106 hlist_for_each_entry(*daemon, in ecryptfs_find_daemon_by_euid()
134 (*daemon) = kzalloc(sizeof(**daemon), GFP_KERNEL); in ecryptfs_spawn_daemon()
135 if (!(*daemon)) { in ecryptfs_spawn_daemon()
139 (*daemon)->file = file; in ecryptfs_spawn_daemon()
140 mutex_init(&(*daemon)->mux); in ecryptfs_spawn_daemon()
161 mutex_lock(&daemon->mux); in ecryptfs_exorcise_daemon()
165 mutex_unlock(&daemon->mux); in ecryptfs_exorcise_daemon()
171 daemon->num_queued_msg_ctx--; in ecryptfs_exorcise_daemon()
177 mutex_unlock(&daemon->mux); in ecryptfs_exorcise_daemon()
178 kfree_sensitive(daemon); in ecryptfs_exorcise_daemon()
[all …]
A Decryptfs_kernel.h603 int ecryptfs_process_response(struct ecryptfs_daemon *daemon,
674 u16 msg_flags, struct ecryptfs_daemon *daemon);
677 ecryptfs_spawn_daemon(struct ecryptfs_daemon **daemon, struct file *file);
678 int ecryptfs_exorcise_daemon(struct ecryptfs_daemon *daemon);
679 int ecryptfs_find_daemon_by_euid(struct ecryptfs_daemon **daemon);
/fs/cachefiles/
A DMakefile8 daemon.o \
/fs/autofs/
A DKconfig8 automounter (amd), which is a pure user space daemon.
/fs/nfsd/
A DKconfig171 modern deployments upcall to a userland daemon for this (nfsdcld),
/fs/smb/client/
A DKconfig170 userspace daemon to establish the DCE/RPC connection to retrieve
/fs/
A DKconfig346 filesystem-related networking code, such as NFS daemon and

Completed in 13 milliseconds