Lines Matching refs:mntopts
573 elide_dev(char *mntopts)
577 if (mntopts != NULL) {
578 dev = strstr(mntopts, "dev=");
583 if (dev != mntopts) {
649 flags(char *mntopts, int flag)
658 if (mntopts == NULL || *mntopts == '\0')
662 while (*mntopts != '\0') {
663 switch (getsubopt(&mntopts, myopts, &value)) {
861 char *mntopts[] = { MNTOPT_IGNORE, NULL };
889 if (getsubopt(&my_opts, mntopts, &value) == IGNORE)