Home
last modified time | relevance | path

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

/third_party/e2fsprogs/misc/
Dfsck.h70 extern const char *identify_fs(const char *fs_name, const char *fs_types);
/third_party/e2fsprogs/e2fsck/
Dutil.c653 int fs_proc_check(const char *fs_name) in fs_proc_check() argument
677 if (!strcmp(fs_name, cp)) { in fs_proc_check()
690 int check_for_modules(const char *fs_name) in check_for_modules() argument
722 if (!strcmp(cp, fs_name)) { in check_for_modules()
De2fsck.h667 extern int fs_proc_check(const char *fs_name);
668 extern int check_for_modules(const char *fs_name);
/third_party/ltp/lib/
Dtst_test.c1176 const char *fs_name = tst_fs_type_name(fs_type); in do_test_setup() local
1178 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()
/third_party/e2fsprogs/lib/blkid/
Dprobe.c168 static int fs_proc_check(const char *fs_name) in fs_proc_check() argument
192 if (!strcmp(fs_name, cp)) { in fs_proc_check()
205 static int check_for_modules(const char *fs_name) in check_for_modules() argument
221 namesz = strlen(fs_name); in check_for_modules()
234 if (!strncmp(cp, fs_name, namesz) && in check_for_modules()