Home
last modified time | relevance | path

Searched refs:fs_name (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/misc/
Dfsck.h70 extern const char *identify_fs(const char *fs_name, const char *fs_types);
/external/e2fsprogs/e2fsck/
Dutil.c658 int fs_proc_check(const char *fs_name) in fs_proc_check() argument
682 if (!strcmp(fs_name, cp)) { in fs_proc_check()
695 int check_for_modules(const char *fs_name) in check_for_modules() argument
727 if (!strcmp(cp, fs_name)) { in check_for_modules()
De2fsck.h612 extern int fs_proc_check(const char *fs_name);
613 extern int check_for_modules(const char *fs_name);
/external/e2fsprogs/lib/blkid/
Dprobe.c167 static int fs_proc_check(const char *fs_name) in fs_proc_check() argument
191 if (!strcmp(fs_name, cp)) { in fs_proc_check()
204 static int check_for_modules(const char *fs_name) in check_for_modules() argument
220 namesz = strlen(fs_name); in check_for_modules()
233 if (!strncmp(cp, fs_name, namesz) && in check_for_modules()