Searched refs:fuse_chan (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libfuse/common/ |
H A D | util.c | 273 * 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 D | fuse_common.h | 119 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 D | fuse_impl.h | 24 struct fuse_chan { struct 129 struct fuse_chan *fuse_uvfs_fs_create(const char *, boolean_t);
|
H A D | fuse.h | 502 struct fuse *fuse_new(struct fuse_chan *ch, struct fuse_args *args,
|
H A D | fuse_uvfs.c | 1668 fuse_new(struct fuse_chan *ch, struct fuse_args *args, 1763 struct fuse_chan *fch;
|
Completed in 26 milliseconds