Home | History | Annotate | Download | only in refuse

Lines Matching refs:fuse

34 /* Compatibility header with FUSE 1.1 API. Only declarations that have
38 # error Do not include this header directly. Include <fuse.h> instead.
45 /* Function to add an entry in a getdir() operation in FUSE < 2.2. It
49 /* The table of file system operations in FUSE < 2.1. */
73 /* Mount a FUSE < 2.1 filesystem. */
76 /* Unmount a FUSE < 2.6 filesystem. */
79 /* Create a FUSE < 2.1 filesystem. */
80 struct fuse *fuse_new_v11(int fd, int flags, const void *op, int op_version);
82 /* Destroy a FUSE < 3.0 filesystem. */
83 void fuse_destroy_v11(struct fuse *);
85 /* Multithreaded event loop for FUSE < 3.0 */
86 int fuse_loop_mt_v11(struct fuse *);