Lines Matching defs:options

448  * properties for as part of parsing legacy options.
483 * The security options of ro/rw/root/uidmap/gidmap
565 * invalid_security(options)
571 invalid_security(char *options)
576 copy = strdup(options);
606 * nfs_parse_legacy_options(group, options)
608 * Parse the old style options into internal format and store on the
613 nfs_parse_legacy_options(sa_group_t group, char *options)
635 * to compare options in order to detect errors. For
646 if (strcmp(options, SHOPT_RW) == 0) {
660 if (invalid_security(options)) {
682 /* We need a copy of options for the next part. */
683 dup = strdup(options);
775 /* regular options */
909 * In order to share, we need to set all the possible general options
928 * since options may be set/reset multiple times, always do an
1223 /* if rw/ro options not set, use default of RW */
1431 * format all the options on the group into an old-style option
1433 * options.
1439 sa_optionset_t options = NULL;
1462 options = sa_get_derived_optionset(group, "nfs", hier);
1468 if (options != NULL) {
1469 for (prop = sa_get_property(options, NULL);
1490 if (options != NULL)
1492 options);
1537 if (options != NULL)
1538 sa_free_derived_optionset(options);
1552 if (options != NULL)
1553 sa_free_derived_optionset(options);
1763 * converting the path and options into the appropriate ioctl
1806 * walk through the options and fill in the structure
1813 * do non-security options first since there is only one after
1852 * defined security options. This handles the case
1853 * where we have no defined options but we need to set
2569 * the protoset holds the defined options so we don't have to read