Home | History | Annotate | Download | only in recovery

Lines Matching refs:fuse

49 #include <linux/fuse.h>
75 int ffd; // file descriptor for the fuse socket
126 * defined (fuse version 7.6). The structure is the same from 7.6 through
131 printf("Fuse kernel version mismatch: Kernel version %d.%d, Expected at least %d.6",
304 // The docs on the fuse kernel interface are vague about what to
422 fd.ffd = open("/dev/fuse", O_RDWR);
424 perror("open /dev/fuse");
435 result = mount("/dev/fuse", FUSE_SIDELOAD_HOST_MOUNTPOINT,
436 "fuse", MS_NOSUID | MS_NODEV | MS_RDONLY | MS_NOEXEC, opts);
493 fprintf(stderr, "unknown fuse request opcode %d\n", hdr->opcode);