Lines Matching full:fuse
85 #include "fuse.h"
95 * Fuse trace probe:
132 "enforce fuse device permissions for secondary mounts");
134 MALLOC_DEFINE(M_FUSEVFS, "fuse_filesystem", "buffer for fuse vfs layer");
164 * Check if mounter can open the fuse device.
167 * which doesn't involve actually opening fuse devices, but we
169 * order to keep control over the circle of fuse users).
196 strcmp("fuse", fdev->si_devsw->d_name)) {
239 "Can't change fuse mount options during remount",
253 panic("fuse daemon found, but identity unknown");
326 /* `fspath' contains the mount point (eg. /mnt/fuse/sshfs); REQUIRED */
400 panic("fuse daemon found, but identity unknown");
423 * FUSE file systems can be either local or remote, but the kernel
430 * the FUSE server.