Lines Matching refs:fuse_chan
73 is_same_mountpoint(struct fuse_chan* chan, void* priv) {
80 is_same_fuse(struct fuse_chan* chan, void* priv) {
94 * 1. fuse_mount() creates a struct fuse_chan and stashes it in a
97 * 2. fuse_new() fetches the stashed fuse_chan and creates a fuse
99 * also stored in fuse_chan.
105 * 4. fuse_unmount() searches for the corresponding fuse_chan in the
108 * deallocates the fuse_chan from the list.
111 * but never calls fuse_unmount(). The fuse_chan will forever be in
118 struct fuse_chan* chan;
121 /* Search for the fuse_chan having the given mountpoint. It must
160 struct fuse_chan* chan;
162 /* Search for the fuse_chan that was used while creating this