Searched defs:check_for_modules (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Dutil.c648 int check_for_modules(const char *fs_name) function
/external/e2fsprogs/lib/blkid/
H A Dprobe.c206 static int check_for_modules(const char *fs_name) function
292 ret = (fs_proc_check("ext2") || check_for_modules("ext2"));
305 ret = (fs_proc_check("ext4") || check_for_modules("ext4"));
318 ret = (fs_proc_check("ext4dev") || check_for_modules("ext4dev"));

Completed in 509 milliseconds