Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/policy_DriveDisabled/
Dpolicy_DriveDisabled.py41 self.check_mount(case)
43 def check_mount(self, case): member in policy_DriveDisabled
/external/ltp/testcases/commands/unshare/
Dunshare01.sh84 check_mount() function
138 check_mount "dir_B" "${exp_result}" "${unshare_cmd}"
/external/e2fsprogs/misc/
Dutil.h24 extern void check_mount(const char *device, int force, const char *type);
Dutil.c121 void check_mount(const char *device, int force, const char *type) in check_mount() function
Dbadblocks.c994 static void check_mount(char *device_name) in check_mount() function
1245 check_mount(device_name); in main()
Dmke2fs.c1968 check_mount(device_name, force, _("filesystem")); in PRS()
3289 check_mount(journal_device, force, _("journal")); in main()
Dtune2fs.c1501 check_mount(journal_device, 0, _("journal")); in add_journal()
/external/e2fsprogs/e2fsck/
Dunix.c229 static void check_mount(e2fsck_t ctx) in check_mount() function
1461 check_mount(ctx); in main()