Searched refs:fs_name (Results 1 – 5 of 5) sorted by relevance
70 extern const char *identify_fs(const char *fs_name, const char *fs_types);
653 int fs_proc_check(const char *fs_name) in fs_proc_check() argument677 if (!strcmp(fs_name, cp)) { in fs_proc_check()690 int check_for_modules(const char *fs_name) in check_for_modules() argument722 if (!strcmp(cp, fs_name)) { in check_for_modules()
667 extern int fs_proc_check(const char *fs_name);668 extern int check_for_modules(const char *fs_name);
1176 const char *fs_name = tst_fs_type_name(fs_type); in do_test_setup() local1178 if (tst_fs_in_skiplist(fs_name, tst_test->skip_filesystems)) { in do_test_setup()1180 fs_name); in do_test_setup()1183 tst_res(TINFO, "%s is supported by the test", fs_name); in do_test_setup()
168 static int fs_proc_check(const char *fs_name) in fs_proc_check() argument192 if (!strcmp(fs_name, cp)) { in fs_proc_check()205 static int check_for_modules(const char *fs_name) in check_for_modules() argument221 namesz = strlen(fs_name); in check_for_modules()234 if (!strncmp(cp, fs_name, namesz) && in check_for_modules()