Lines Matching defs:filesystems
40 fprintf(stderr, "* all filesystems\n");
42 fprintf(stderr, " print the list of supported filesystems\n");
44 " print list of supported filesystems and return 0\n");
58 fprintf(stderr, "skip_list - filesystems to skip, delimiter: '%c'\n",
87 const char *const *filesystems;
151 /* all filesystems */
152 filesystems = tst_get_supported_fs_types((const char * const*)skiplist);
154 if (!filesystems[0])
155 fail_exit("There are no supported filesystems or all skipped");
157 for (i = 0; filesystems[i]; i++)
158 printf("%s\n", filesystems[i]);