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);
611 int fs_proc_check(const char *fs_name) in fs_proc_check() argument635 if (!strcmp(fs_name, cp)) { in fs_proc_check()648 int check_for_modules(const char *fs_name) in check_for_modules() argument680 if (!strcmp(cp, fs_name)) { in check_for_modules()
488 extern int fs_proc_check(const char *fs_name);489 extern int check_for_modules(const char *fs_name);
169 static int fs_proc_check(const char *fs_name) in fs_proc_check() argument193 if (!strcmp(fs_name, cp)) { in fs_proc_check()206 static int check_for_modules(const char *fs_name) in check_for_modules() argument222 namesz = strlen(fs_name); in check_for_modules()235 if (!strncmp(cp, fs_name, namesz) && in check_for_modules()