Searched refs:fuse_operations (Results 1 – 3 of 3) sorted by relevance
/openbsd/lib/libfuse/ |
H A D | fuse.h | 99 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 D | fuse.c | 403 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 D | fuse_private.h | 102 struct fuse_operations op;
|