Home
last modified time | relevance | path

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

/external/e2fsprogs/debian/
Dlibblkid1.symbols40 #MISSING: 1.40.7# check_for_modules@Base 1.40.6
/external/e2fsprogs/lib/blkid/
Dprobe.c206 static int check_for_modules(const char *fs_name) in check_for_modules() function
292 ret = (fs_proc_check("ext2") || check_for_modules("ext2")); in system_supports_ext2()
305 ret = (fs_proc_check("ext4") || check_for_modules("ext4")); in system_supports_ext4()
318 ret = (fs_proc_check("ext4dev") || check_for_modules("ext4dev")); in system_supports_ext4dev()
/external/e2fsprogs/e2fsck/
De2fsck.h493 extern int check_for_modules(const char *fs_name);
Dutil.c648 int check_for_modules(const char *fs_name) in check_for_modules() function
Dsuper.c749 (fs_proc_check("ext4") || check_for_modules("ext4"))) { in check_super_block()