Lines Matching refs:args
2937 struct fuse_args args = FUSE_ARGS_INIT(0, NULL);
2938 if (fuse_opt_add_arg(&args, "") != -1 &&
2939 fuse_opt_add_arg(&args, "-h") != -1) {
2941 newfs = m->factory(&args, &fs);
2944 fuse_opt_free_args(&args);
3008 struct fuse_args *args)
3019 newfs = m->factory(args, fs);
3053 struct fuse *fuse_new(struct fuse_chan *ch, struct fuse_args *args,
3089 if (fuse_opt_parse(args, &f->conf, fuse_lib_opts, fuse_lib_opt_proc) == -1)
3102 if (module[0] && fuse_push_module(f, module, args) == -1)
3119 f->se = fuse_lowlevel_new(args, &llop, sizeof(llop), f);