Searched refs:fs_proc_check (Results 1 – 5 of 5) sorted by relevance
41 #MISSING: 1.40.7# fs_proc_check@Base 1.40.6
168 static int fs_proc_check(const char *fs_name) in fs_proc_check() function291 ret = (fs_proc_check("ext2") || check_for_modules("ext2")); in system_supports_ext2()304 ret = (fs_proc_check("ext4") || check_for_modules("ext4")); in system_supports_ext4()317 ret = (fs_proc_check("ext4dev") || check_for_modules("ext4dev")); in system_supports_ext4dev()
667 extern int fs_proc_check(const char *fs_name);
653 int fs_proc_check(const char *fs_name) in fs_proc_check() function
960 (fs_proc_check("ext4") || check_for_modules("ext4"))) { in check_super_block()