Lines Matching refs:options

83     char *options;
267 item->options = strdup(optarg);
423 item->options = sa_proto_legacy_format(proto, share, 1);
424 if (item->options != NULL && strlen(item->options) == 0) {
425 free(item->options);
426 item->options = NULL;
466 (item->options != NULL) ? " -o " : "",
467 (item->options != NULL) ?
468 item->options : "",
668 * options into dfstab/share compatible syntax. Since not everything
894 * sa_parse_legacy_options(group, options, proto)
897 * specific plugin to parse legacy syntax options (like those in
902 * optionset of the parent (options from the optionset of the parent
904 * optionset. This avoids duplication of options.
908 sa_parse_legacy_options(sa_group_t group, char *options, char *proto)
931 ret = sa_proto_legacy_opts(proto, group, options);
943 * If in a group, remove the inherited options and security
949 /* Find parent options to remove from child */
1002 * security options on the local group/share, don't
1075 if (entry->options != NULL)
1076 free(entry->options);
1202 if (list->options != NULL &&
1203 strlen(list->options) > 0) {
1205 list->options, list->fstype);
1236 * options. Make sure we include the group's
1248 if (list->options != NULL &&
1249 strcmp(oldprops, list->options) != 0) {
1267 list->options, list->fstype);
1403 newp->options = strdup(sharetab_entry->sh_opts);
1407 newp->fstype == NULL || newp->options == NULL ||
1469 * the sharetab options in order to display for legacy
1475 set_node_attr(share, shareopts, tmplist->options);
1551 if (tmplist->options != NULL &&
1552 strlen(tmplist->options) > 0) {
1554 tmplist->options, tmplist->fstype);
1804 sa_optionset_t options;
1809 options = NULL;
1813 options = sa_get_all_security_types((void *)group, proto, hier);
1815 options = (sa_optionset_t)xmlNewNode(NULL,
1818 if (options == NULL)
1819 return (options);
1841 if (sa_get_property(options, sectype) == NULL) {
1847 (xmlNodePtr)options,
1856 return (options);