Home
last modified time | relevance | path

Searched refs:check_mount (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/misc/
Dutil.h24 extern void check_mount(const char *device, int force, const char *type);
Dutil.c138 void check_mount(const char *device, int force, const char *type) in check_mount() function
Dbadblocks.c978 static void check_mount(char *device_name) in check_mount() function
1219 check_mount(device_name); in main()
Dmke2fs.c1666 check_mount(device_name, force, _("filesystem")); in PRS()
2653 check_mount(journal_device, force, _("journal")); in main()
Dtune2fs.c661 check_mount(journal_device, 0, _("journal")); in add_journal()
/external/e2fsprogs/e2fsck/
Dunix.c226 static void check_mount(e2fsck_t ctx) in check_mount() function
1237 check_mount(ctx); in main()