Lines Matching defs:opts
219 struct fuse_cmdline_opts opts;
223 if (fuse_parse_cmdline(&args, &opts) != 0)
225 if (opts.show_help) {
231 } else if (opts.show_version) {
238 if(opts.mountpoint == NULL) {
253 if (fuse_session_mount(se, opts.mountpoint) != 0)
256 fuse_daemonize(opts.foreground);
259 if (opts.singlethread)
262 config.clone_fd = opts.clone_fd;
263 config.max_idle_threads = opts.max_idle_threads;
273 free(opts.mountpoint);