Searched refs:fs_name (Results 1 – 4 of 4) sorted by relevance
70 extern const char *identify_fs(const char *fs_name, const char *fs_types);
662 int fs_proc_check(const char *fs_name) in fs_proc_check() argument686 if (!strcmp(fs_name, cp)) { in fs_proc_check()699 int check_for_modules(const char *fs_name) in check_for_modules() argument731 if (!strcmp(cp, fs_name)) { in check_for_modules()
523 extern int fs_proc_check(const char *fs_name);524 extern int check_for_modules(const char *fs_name);
167 static int fs_proc_check(const char *fs_name) in fs_proc_check() argument191 if (!strcmp(fs_name, cp)) { in fs_proc_check()204 static int check_for_modules(const char *fs_name) in check_for_modules() argument220 namesz = strlen(fs_name); in check_for_modules()233 if (!strncmp(cp, fs_name, namesz) && in check_for_modules()