Searched refs:fuse_opt_insert_arg (Results 1 – 3 of 3) sorted by relevance
95 int fuse_opt_insert_arg(struct fuse_args *args, int pos, const char *arg) in fuse_opt_insert_arg() function383 if (fuse_opt_insert_arg(&ctx->outargs, 1, "-o") == -1 || in opt_parse()384 fuse_opt_insert_arg(&ctx->outargs, 2, ctx->opts) == -1) in opt_parse()
44 fuse_opt_insert_arg;
246 int fuse_opt_insert_arg(struct fuse_args *args, int pos, const char *arg);