Home | History | Annotate | Download | only in blkid

Lines Matching defs:check_for_modules

206 static int check_for_modules(const char *fs_name)
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"));