OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:check_for_modules
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/lib/blkid/
probe.c
206
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"));
[
all
...]
/external/e2fsprogs/e2fsck/
e2fsck.h
493
extern int
check_for_modules
(const char *fs_name);
util.c
648
int
check_for_modules
(const char *fs_name)
function
super.c
749
(fs_proc_check("ext4") ||
check_for_modules
("ext4"))) {
Completed in 83 milliseconds