Lines Matching full:fuse
3 tristate "FUSE (Filesystem in Userspace) support"
7 With FUSE it is possible to implement a fully functional filesystem
11 from the FUSE homepage:
14 installed if you've installed the "fuse" package itself.
16 See <file:Documentation/filesystems/fuse/fuse.rst> for more information.
20 a filesystem based on FUSE, answer Y or M.
26 This FUSE extension allows character devices to be
58 bool "FUSE passthrough operations support"
63 This allows bypassing FUSE server by mapping specific FUSE operations
69 bool "FUSE communication over io-uring"
74 This allows sending FUSE requests over the io-uring interface and
77 If you want to allow fuse server/client communication through io-uring,