Searched refs:fuse_opt_context (Results 1 – 1 of 1) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/ |
H A D | fuse_opt.c | 17 struct fuse_opt_context { struct 97 static int next_arg(struct fuse_opt_context *ctx, const char *opt) in next_arg() 107 static int add_arg(struct fuse_opt_context *ctx, const char *arg) in add_arg() 132 static int add_opt(struct fuse_opt_context *ctx, const char *opt) in add_opt() 137 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, in call_proc() 209 static int process_opt(struct fuse_opt_context *ctx, in process_opt() 231 static int process_opt_sep_arg(struct fuse_opt_context *ctx, in process_opt_sep_arg() 255 static int process_gopt(struct fuse_opt_context *ctx, const char *arg, int iso) in process_gopt() 275 static int process_real_option_group(struct fuse_opt_context *ctx, char *opts) in process_real_option_group() 293 static int process_option_group(struct fuse_opt_context *ctx, const char *opts) in process_option_group() [all …]
|