Lines Matching refs:userspace
7 userspace process. The filesystem can be accessed normally through
16 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 FUSE
75 The file descriptor to use for communication between the userspace
105 (userspace) configuration option.
136 userspace or being processed by the filesystem daemon. If there is
154 1) If the request is not yet sent to userspace AND the signal is
158 2) If the request is not yet sent to userspace AND the signal is not
160 the request has been successfully transferred to userspace and
163 3) If the request is already sent to userspace, then an INTERRUPT
167 userspace filesystem will receive queued INTERRUPTs before any others.
169 The userspace filesystem may ignore the INTERRUPT requests entirely,
194 a) Broken userspace filesystem implementation
312 Kernel - userspace interface
361 Since we are talking about unprivileged userspace programs,