Lines Matching defs:opts
1185 struct fuse_cmdline_opts opts;
1199 if (fuse_parse_cmdline(&args, &opts) != 0)
1201 if (opts.show_help) {
1208 } else if (opts.show_version) {
1215 if(opts.mountpoint == NULL) {
1225 lo.debug = opts.debug;
1283 if (fuse_session_mount(se, opts.mountpoint) != 0)
1286 fuse_daemonize(opts.foreground);
1289 if (opts.singlethread)
1292 config.clone_fd = opts.clone_fd;
1293 config.max_idle_threads = opts.max_idle_threads;
1303 free(opts.mountpoint);