Lines Matching refs:fsname
88 const char *fsname = NULL;
112 if (fsname)
115 fsname = tst_fs_type_name(tst_fs_type(optarg));
120 if (fsname && !skiplist)
128 if (fsname)
131 fsname = argv[optind];
134 if (fsname) {
135 if (fsname[0] == '\0')
139 if (tst_fs_in_skiplist(fsname, (const char * const*)skiplist))
140 fail_exit("%s is skipped", fsname);
142 info_exit("%s is not skipped", fsname);
145 if (tst_fs_is_supported(fsname) == TST_FS_UNSUPPORTED)
146 fail_exit("%s is not supported", fsname);
148 info_exit("%s is supported", fsname);