Home | History | Annotate | Download | only in zfs

Lines Matching defs:mntopts

6081 append_options(char *mntopts, char *newopts)
6083 int len = strlen(mntopts);
6093 if (*mntopts)
6094 mntopts[len++] = ',';
6096 (void) strcpy(&mntopts[len], newopts);
6782 char mntopts[MNT_LINE_MAX] = { '\0' };
6792 (void) strlcpy(mntopts, optarg, sizeof (mntopts));
6845 NULL, 0, mntopts, sizeof (mntopts)) != 0) {