Searched refs:check_for_modules (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/lib/blkid/
H A Dprobe.c204 static int check_for_modules(const char *fs_name) function
290 ret = (fs_proc_check("ext2") || check_for_modules("ext2"));
303 ret = (fs_proc_check("ext4") || check_for_modules("ext4"));
316 ret = (fs_proc_check("ext4dev") || check_for_modules("ext4dev"));
/external/e2fsprogs/e2fsck/
H A De2fsck.h524 extern int check_for_modules(const char *fs_name);
H A Dutil.c699 int check_for_modules(const char *fs_name) function
H A Dsuper.c743 (fs_proc_check("ext4") || check_for_modules("ext4"))) {

Completed in 198 milliseconds