/kernel/linux/linux-5.10/fs/ecryptfs/ |
D | miscdev.c | 31 struct ecryptfs_daemon *daemon = file->private_data; in ecryptfs_miscdev_poll() local 34 mutex_lock(&daemon->mux); in ecryptfs_miscdev_poll() 35 if (daemon->flags & ECRYPTFS_DAEMON_ZOMBIE) { in ecryptfs_miscdev_poll() 40 if (daemon->flags & ECRYPTFS_DAEMON_IN_READ) in ecryptfs_miscdev_poll() 42 if (daemon->flags & ECRYPTFS_DAEMON_IN_POLL) in ecryptfs_miscdev_poll() 44 daemon->flags |= ECRYPTFS_DAEMON_IN_POLL; in ecryptfs_miscdev_poll() 45 mutex_unlock(&daemon->mux); in ecryptfs_miscdev_poll() 46 poll_wait(file, &daemon->wait, pt); in ecryptfs_miscdev_poll() 47 mutex_lock(&daemon->mux); in ecryptfs_miscdev_poll() 48 if (!list_empty(&daemon->msg_ctx_out_queue)) in ecryptfs_miscdev_poll() [all …]
|
D | messaging.c | 102 int ecryptfs_find_daemon_by_euid(struct ecryptfs_daemon **daemon) in ecryptfs_find_daemon_by_euid() argument 106 hlist_for_each_entry(*daemon, in ecryptfs_find_daemon_by_euid() 109 if (uid_eq((*daemon)->file->f_cred->euid, current_euid())) { in ecryptfs_find_daemon_by_euid() 130 ecryptfs_spawn_daemon(struct ecryptfs_daemon **daemon, struct file *file) in ecryptfs_spawn_daemon() argument 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() 141 INIT_LIST_HEAD(&(*daemon)->msg_ctx_out_queue); in ecryptfs_spawn_daemon() 142 init_waitqueue_head(&(*daemon)->wait); in ecryptfs_spawn_daemon() [all …]
|
D | ecryptfs_kernel.h | 618 int ecryptfs_process_response(struct ecryptfs_daemon *daemon, 690 u16 msg_flags, struct ecryptfs_daemon *daemon); 693 ecryptfs_spawn_daemon(struct ecryptfs_daemon **daemon, struct file *file); 694 int ecryptfs_exorcise_daemon(struct ecryptfs_daemon *daemon); 695 int ecryptfs_find_daemon_by_euid(struct ecryptfs_daemon **daemon);
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | autofs.rst | 36 as the "automount daemon" or simply "the daemon". 40 can each be managed separately, or all managed by the same daemon. 49 Objects can only be created by the automount daemon: symlinks are 100 automount daemon asking it to find and mount the filesystem. The 101 autofs `d_automount` method then waits for the daemon to report that 110 automount daemon would not be able to mount a filesystem on the 'trap' 138 lookup is the automount daemon and that the mount has been 140 discussed later. This allows the automount daemon not to get 145 be managed by the same daemon. For the daemon to be able to mount 148 the automount daemon. It must only return it when a mount has [all …]
|
D | nilfs2.rst | 109 nilfs_cleanerd daemon. 113 nilfs_cleanerd daemon. 118 daemon. 122 nilfs_cleanerd daemon to skip unnecessary 129 by nilfs_cleanerd daemon. 132 This ioctl is used by nilfs_cleanerd daemon. 136 nilfs_cleanerd daemon. 141 nilfs_cleanerd daemon. 185 Then, the cleaner daemon is automatically shut down by the umount
|
D | fuse.rst | 15 Filesystem daemon: 20 The filesystem daemon is running with the privileges of the mounting 25 A connection between the filesystem daemon and the kernel. The 26 connection exists until either the daemon dies, or the filesystem is 123 userspace or being processed by the filesystem daemon. If there is 193 - Kill the filesystem daemon. Works in case of a) and b) 195 - Kill the filesystem daemon and all users of the filesystem. Works 238 filesystem, the filesystem daemon serving requests can record the 303 | "rm /mnt/fuse/file" | FUSE filesystem daemon 351 | "rm /mnt/fuse/file" | FUSE filesystem daemon
|
/kernel/linux/linux-5.10/net/decnet/netfilter/ |
D | Kconfig | 11 tristate "Routing message grabulator (for userland routing daemon)" 14 daemon. You will also need to enable routing support for DECnet
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-devices-system-ibm-rtl | 12 Users: The ibm-prtm userspace daemon uses this interface. 22 Users: The ibm-prtm userspace daemon uses this interface.
|
D | sysfs-platform-kim | 24 daemon when the ldisc install is requested. 46 daemon managing the UART, and is notified about the change
|
D | sysfs-class-rtc-rtc0-device-rtc_calibration | 14 daemon uses this interface.
|
/kernel/linux/linux-5.10/Documentation/filesystems/caching/ |
D | cachefiles.rst | 39 CacheFiles uses a userspace daemon to do some of the cache management - such as 49 to communication with the daemon. Only one thing may have this open at once, 50 and while it is open, a cache is at least partially in existence. The daemon 67 The use of CacheFiles and its daemon requires the following features to be 123 The cache is started by running the daemon. The daemon opens the cache device, 127 The daemon is run as follows:: 152 mountpoints, but the daemon can't avoid them. 204 The userspace daemon scans the cache to build up a table of cullable objects. 221 to the graveyard from which the daemon will actually delete them. 223 The daemon uses dnotify to monitor the graveyard directory, and will delete [all …]
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
D | Makefile | 11 daemon-objs := daemon_kern.o daemon_user.o 46 obj-$(CONFIG_UML_NET_DAEMON) += daemon.o
|
/kernel/linux/linux-5.10/tools/thermal/tmon/ |
D | README | 42 -d, --daemon run as daemon, no TUI
|
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/ |
D | ksm.rst | 19 The KSM daemon ksmd periodically scans those areas of user memory 23 content). The amount of pages that KSM daemon scans in a single pass 55 KSM daemon is not currently running, MADV_MERGEABLE still registers 56 the range for whenever the KSM daemon is started; even if the range 75 KSM daemon sysfs interface 78 The KSM daemon is controlled by sysfs files in ``/sys/kernel/mm/ksm/``,
|
/kernel/linux/linux-5.10/Documentation/watchdog/ |
D | watchdog-api.rst | 23 Usually a userspace daemon will notify the kernel watchdog driver via the 44 some data to the device. So a very simple watchdog daemon would look 52 good idea, since if there is a bug in the watchdog daemon and it 57 started. So, if the watchdog daemon crashes, the system will reboot 67 /dev/watchdog just before closing the file. If the userspace daemon 69 will assume that the daemon (and userspace in general) died, and will
|
/kernel/linux/linux-5.10/fs/cachefiles/ |
D | Makefile | 8 daemon.o \
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | bug-hunting.rst | 72 systemd, it may also be stored by the ``journald`` daemon, and accessed 307 When a protection fault occurs the ``klogd`` daemon automatically 317 In order to do static translation the ``klogd`` daemon 318 must be able to find a system map file at daemon initialization time. 329 system calls the klogd daemon builds a symbol table which can be used 338 mechanism for notifying the ``klogd`` daemon when a change in module 340 allow klogd to signal the currently executing daemon that symbol
|
/kernel/linux/linux-5.10/Documentation/security/ |
D | sak.rst | 71 daemon gpm 75 daemon gpm < /dev/null
|
/kernel/linux/linux-5.10/Documentation/usb/ |
D | functionfs.rst | 47 $ ( cd /dev/ffs-mtp && mtp-daemon ) & 49 $ ( cd /dev/ffs-hid && hid-daemon ) &
|
/kernel/linux/linux-5.10/Documentation/admin-guide/nfs/ |
D | nfs-idmapper.rst | 9 or by placing a call to the rpc.idmap daemon. 19 legacy rpc.idmap daemon for the id mapping. This result will be stored
|
/kernel/linux/linux-5.10/net/qrtr/ |
D | Kconfig | 12 In order to do service lookups, a userspace daemon is required to
|
/kernel/linux/linux-5.10/tools/laptop/freefall/ |
D | freefall.c | 134 if (daemon(0, 0) != 0) { in main()
|
/kernel/linux/linux-5.10/Documentation/filesystems/nfs/ |
D | rpc-server-gss.rst | 50 to talk to a custom daemon called rpc.svcgssd that is provide by the 70 The newer upcall mechanism uses RPC over a unix socket to a daemon
|
/kernel/linux/linux-5.10/net/l2tp/ |
D | Kconfig | 30 userland daemon handles L2TP the control protocol (tunnel 31 and session setup). One such daemon is OpenL2TP
|
/kernel/linux/linux-5.10/tools/usb/usbip/ |
D | README | 72 - Start usbip daemon. 102 - Start usbip daemon. 253 - Check the kernel and daemon messages.
|