Searched refs:hopts (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dhelper.c91 struct helper_opts *hopts = data; local
107 if (!hopts->mountpoint) {
115 return fuse_opt_add_opt(&hopts->mountpoint, mountpoint);
151 struct helper_opts hopts; local
153 memset(&hopts, 0, sizeof(hopts));
154 res = fuse_opt_parse(args, &hopts, fuse_helper_opts,
159 if (!hopts.nodefault_subtype) {
165 *mountpoint = hopts.mountpoint;
167 free(hopts
[all...]

Completed in 94 milliseconds