Lines Matching defs:fstype
82 * Remove "fstype=whatever" from optionsp and return the "whatever" part.
173 char *key, *options, *fstype, *nobrowse, *retrycnt, *tmp;
316 * Figure out fstype.
318 fstype = pick_option("fstype=", &options);
319 if (fstype == NULL) {
320 log_debugx("fstype not specified in options; "
322 fstype = checked_strdup("nfs");
326 if (strcmp(fstype, "nfs") == 0) {
347 assert(!strcmp(fstype, "nfs"));
351 f = auto_popen("mount", "-t", fstype, "-o", options,