Searched refs:fuse (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libfuse/common/
H A Dllib-lfuse28 #include <fuse.h>
H A Dfuse.h52 struct fuse;
442 /** Pointer to the fuse object */
443 struct fuse *fuse; member in struct:fuse_context
469 * - creates a fuse handle
502 struct fuse *fuse_new(struct fuse_chan *ch, struct fuse_args *args,
516 void fuse_destroy(struct fuse *f);
527 int fuse_loop(struct fuse *f);
534 void fuse_exit(struct fuse *f);
549 int fuse_loop_mt(struct fuse *
[all...]
H A Dfuse_compat.h60 struct fuse *fuse_new_compat25(int fd, struct fuse_args *args,
68 struct fuse *fuse_setup_compat25(int argc, char *argv[],
73 void fuse_teardown_compat22(struct fuse *fuse, int fd, char *mountpoint);
115 struct fuse *fuse_new_compat22(int fd, const char *opts,
119 struct fuse *fuse_setup_compat22(int argc, char *argv[],
161 struct fuse *fuse_new_compat2(int fd, const char *opts,
164 struct fuse *fuse_setup_compat2(int argc, char *argv[],
202 struct fuse *fuse_new_compat1(int fd, int flags,
H A Dfuse_uvfs.c10 #include "fuse.h"
91 fuse_uvfs_setup_context(ucred_t *cr, struct fuse_fs *fuse) argument
98 ctx->fuse = fuse->fuse;
99 ctx->private_data = fuse->user_data;
1555 * Only truncation is supported by fuse
1661 fuse_exit(struct fuse *f)
1667 struct fuse *
1672 struct fuse *fus local
1762 struct fuse *fuse; local
[all...]
H A Dfuse_impl.h21 struct fuse *fuse; member in struct:fuse_fs
29 struct fuse { struct
/osnet-11/usr/src/lib/libfuse/
H A DMakefile26 HDRS= fuse.h fuse_opt.h fuse_common.h fuse_compat.h \
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mount.c37 #include <fuse/fuse.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlcc.PL266 $testsuite = q{-fuse-script-name,-fsave-data,-fsave-sig-hash,}.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm2207 =item B<-fuse-script-name>
/osnet-11/usr/src/grub/grub2/
H A Dconfigure36884 # Check for fuse headers.
36888 for ac_header in fuse/fuse.h
[all...]

Completed in 118 milliseconds