Searched defs:fuse_opt_context (Results 1 – 1 of 1) sorted by relevance
22 struct fuse_opt_context { struct23 void *data;24 const struct fuse_opt *opt;25 fuse_opt_proc_t proc;26 int argctr;27 int argc;28 char **argv;29 struct fuse_args outargs;30 char *opts;31 int nonopt;