Searched refs:hopts (Results 1 – 1 of 1) sorted by relevance
91 struct helper_opts *hopts = data; in fuse_helper_opt_proc() local107 if (!hopts->mountpoint) { in fuse_helper_opt_proc()115 return fuse_opt_add_opt(&hopts->mountpoint, mountpoint); in fuse_helper_opt_proc()151 struct helper_opts hopts; in fuse_parse_cmdline() local153 memset(&hopts, 0, sizeof(hopts)); in fuse_parse_cmdline()154 res = fuse_opt_parse(args, &hopts, fuse_helper_opts, in fuse_parse_cmdline()159 if (!hopts.nodefault_subtype) { in fuse_parse_cmdline()165 *mountpoint = hopts.mountpoint; in fuse_parse_cmdline()167 free(hopts.mountpoint); in fuse_parse_cmdline()170 *multithreaded = !hopts.singlethread; in fuse_parse_cmdline()[all …]