Searched refs:fuse_chan (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libfuse/common/
H A Dutil.c273 * Create the fuse_chan structure, containing the libuvfs_fs_t.
276 struct fuse_chan *
279 struct fuse_chan *fuse_chan; local
290 fuse_chan = umem_zalloc(sizeof (struct fuse_chan), UMEM_NOFAIL);
291 fuse_chan->fuse_uvfs_fs = libuvfs_create_fs(LIBUVFS_VERSION, fsid);
293 return (fuse_chan);
297 * Free a fuse_chan, releasing its underlying libuvfs_fs_t.
301 fuse_free_chan(struct fuse_chan *cha
316 struct fuse_chan *fuse_chan; local
[all...]
H A Dfuse_common.h119 struct fuse_chan;
131 struct fuse_chan *fuse_mount(const char *mountpoint, struct fuse_args *args);
139 void fuse_unmount(const char *mountpoint, struct fuse_chan *ch);
H A Dfuse_impl.h24 struct fuse_chan { struct
129 struct fuse_chan *fuse_uvfs_fs_create(const char *, boolean_t);
H A Dfuse.h502 struct fuse *fuse_new(struct fuse_chan *ch, struct fuse_args *args,
H A Dfuse_uvfs.c1668 fuse_new(struct fuse_chan *ch, struct fuse_args *args,
1763 struct fuse_chan *fch;

Completed in 22 milliseconds