Searched defs:fuse_cmdline_opts (Results 1 – 1 of 1) sorted by relevance
2048 struct fuse_cmdline_opts { struct2049 int singlethread;2050 int foreground;2051 int debug;2052 int nodefault_subtype;2053 char *mountpoint;2054 int show_version;2055 int show_help;2056 int clone_fd;2057 unsigned int max_idle_threads; /* discouraged, due to thread[all …]