Searched defs:fuse_opt_context (Results 1 – 1 of 1) sorted by relevance
17 struct fuse_opt_context { struct18 void *data;19 const struct fuse_opt *opt;20 fuse_opt_proc_t proc;21 int argctr;22 int argc;23 char **argv;24 struct fuse_args outargs;25 char *opts;26 int nonopt;