Searched refs:fs_unmount (Results 1 – 5 of 5) sorted by relevance
128 fs_unmount(mount_path); in attempt_fs_boot()
50 status_t fs_unmount(const char *path) __NONNULL();
173 err = fs_unmount(argv[2].str); in cmd_fs()
186 status_t fs_unmount(const char *path) { in fs_unmount() function
87 if (fs_unmount(MNT_PATH) != NO_ERROR) { in test_teardown()419 status = fs_unmount(MNT_PATH); in test_corrupt_toc()
Completed in 6 milliseconds