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);
658 int fs_proc_check(const char *fs_name) in fs_proc_check() argument682 if (!strcmp(fs_name, cp)) { in fs_proc_check()695 int check_for_modules(const char *fs_name) in check_for_modules() argument727 if (!strcmp(cp, fs_name)) { in check_for_modules()
612 extern int fs_proc_check(const char *fs_name);613 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()