Lines Matching defs:mount_options
461 char mount_options[1024];
546 if (strlen (fgets (mount_options, sizeof (mount_options), stdin)) > 0)
547 mount_options [strlen (mount_options) - 1] = '\0';
553 if (!g_utf8_validate (mount_options, -1, &end))
554 unknown_error ("Error validating mount_options as UTF-8");
573 printf ("mount_options = '%s'\n", mount_options);
577 given_options = g_strsplit (mount_options, "\t", 0);