Lines Matching refs:fuse_opt_context
22 struct fuse_opt_context { struct
100 static int next_arg(struct fuse_opt_context *ctx, const char *opt) in next_arg()
110 static int add_arg(struct fuse_opt_context *ctx, const char *arg) in add_arg()
149 static int add_opt(struct fuse_opt_context *ctx, const char *opt) in add_opt()
154 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, in call_proc()
228 static int process_opt(struct fuse_opt_context *ctx, in process_opt()
250 static int process_opt_sep_arg(struct fuse_opt_context *ctx, in process_opt_sep_arg()
274 static int process_gopt(struct fuse_opt_context *ctx, const char *arg, int iso) in process_gopt()
294 static int process_real_option_group(struct fuse_opt_context *ctx, char *opts) in process_real_option_group()
334 static int process_option_group(struct fuse_opt_context *ctx, const char *opts) in process_option_group()
348 static int process_one(struct fuse_opt_context *ctx, const char *arg) in process_one()
371 static int opt_parse(struct fuse_opt_context *ctx) in opt_parse()
402 struct fuse_opt_context ctx = { in fuse_opt_parse()