Lines Matching full:userspace
10 Userspace filesystem:
12 userspace process. The filesystem can be accessed normally through
19 A userspace filesystem mounted by a non-privileged (non-root) user.
40 FUSE is a userspace filesystem framework. It consists of a kernel
41 module (fuse.ko), a userspace library (libfuse.*) and a mount utility
49 The userspace library and utilities are available from the
70 The file descriptor to use for communication between the userspace
95 (userspace) configuration option.
123 userspace or being processed by the filesystem daemon. If there is
140 - If the request is not yet sent to userspace AND the signal is
144 - If the request is not yet sent to userspace AND the signal is not
146 the request has been successfully transferred to userspace and
149 - If the request is already sent to userspace, then an INTERRUPT
153 userspace filesystem will receive queued INTERRUPTs before any others.
155 The userspace filesystem may ignore the INTERRUPT requests entirely,
180 a) Broken userspace filesystem implementation
296 Kernel - userspace interface
346 Since we are talking about unprivileged userspace programs,