Lines Matching refs:fuse_context
122 * Notes on fuse_context:
124 * a reference to the fuse_context structure for this thread.
132 /* return the fuse_context struct related to this thread */
133 struct fuse_context *
137 struct fuse_context *ctxt;
140 if ((ctxt = calloc(1, sizeof(struct fuse_context))) == NULL) {
147 static struct fuse_context fcon;
190 /* struct fuse_context is potentially reused among different
197 struct fuse_context *ctx;
221 struct fuse_context *fusectx;
239 struct fuse_context *fusectx;
1189 struct fuse_context *fusectx;