Searched defs:fuse (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_impl.h21 struct fuse *fuse; member in struct:fuse_fs
29 struct fuse { struct
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_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...]

Completed in 34 milliseconds