HomeSort by: relevance | last modified time | path
    Searched refs:fuse_context (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/librefuse/
refuse.c 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
    [all...]
fuse.h 132 struct fuse_context { struct
230 struct fuse_context *fuse_get_context(void);

Completed in 15 milliseconds