Lines Matching defs:optionset
617 sa_optionset_t optionset;
626 /* do we have an existing optionset? */
627 optionset = sa_get_optionset(group, "nfs");
628 if (optionset == NULL) {
629 /* didn't find existing optionset so create one */
630 optionset = sa_create_optionset(group, "nfs");
633 * Have an existing optionset . Ideally, we would need
635 * now, we assume that the first optionset is the
637 * empty optionset is the same as no optionset so we
639 * optionset can occur with ZFS property checking.
641 if (sa_get_property(optionset, NULL) != NULL)
796 ret = sa_add_property(optionset, prop);
802 optionset, !persist);
906 * fill_export_from_optionset(export, optionset)
915 fill_export_from_optionset(struct exportdata *export, sa_optionset_t optionset)
920 for (option = sa_get_property(optionset, NULL);
1119 * Fill the secinfo structure from the secopts optionset.
1300 * Count the number of security types (flavors). The optionset has
1457 * We may have a an optionset relative to this item. format
1465 * in the protocol specific optionset.
1795 * any or there could be one or two for each of optionset and
2626 * property in the optionset.
2855 * Return an optionset with all the protocol specific properties in