Lines Matching refs:fuse
41 module (fuse.ko), a userspace library (libfuse.*) and a mount utility
52 http://fuse.sourceforge.net/
59 'fuse'
77 obtained by opening the FUSE device ('/dev/fuse').
123 mount -t fusectl none /sys/fs/fuse/connections
125 Mounting it under the '/sys/fs/fuse/connections' directory makes it
128 Under the fuse control filesystem each connection has a directory
320 | "rm /mnt/fuse/file" | FUSE filesystem daemon
367 | "rm /mnt/fuse/file" | FUSE filesystem daemon
369 | >sys_unlink("/mnt/fuse/file") |
375 | | >sys_unlink("/mnt/fuse/file")
391 | [fd = open("/mnt/fuse/file")] | [request served normally]