Home
last modified time | relevance | path

Searched refs:fuse_operations (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libfuse/
H A Dfuse.h99 struct fuse_operations { struct
161 int fuse_main(int, char **, const struct fuse_operations *, void *); argument
163 const struct fuse_operations *, size_t, void *);
164 struct fuse *fuse_setup(int, char **, const struct fuse_operations *,
H A Dfuse.c403 const struct fuse_operations *ops, unused size_t size, in fuse_new()
664 fuse_setup(int argc, char **argv, const struct fuse_operations *ops, in fuse_setup()
713 fuse_main(int argc, char **argv, const struct fuse_operations *ops, void *data) in fuse_main()
H A Dfuse_private.h102 struct fuse_operations op;