diff options
author | Adrian Hunter <ext-adrian.hunter@nokia.com> | 2007-11-06 13:08:12 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-06-16 18:02:31 +0300 |
commit | 838b38dadd00252c04fa5d548223b3a38062fe96 (patch) | |
tree | b9d0f5e1400086ee2150dd931bd3652db207448f /tests/fs-tests/lib/tests.h | |
parent | 7c850d4be465aee464c91f04753b6c1537edb48a (diff) |
fs-tests: add simple performance test
Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com>
Diffstat (limited to 'tests/fs-tests/lib/tests.h')
-rw-r--r-- | tests/fs-tests/lib/tests.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fs-tests/lib/tests.h b/tests/fs-tests/lib/tests.h index db08628..04c834d 100644 --- a/tests/fs-tests/lib/tests.h +++ b/tests/fs-tests/lib/tests.h @@ -146,6 +146,12 @@ int64_t tests_remove_entry(void); /* Un-mount and re-mount test file system */ void tests_remount(void); +/* Un-mount test file system */ +void tests_unmount(void); + +/* Mount test file system */ +void tests_mount(void); + /* Check whether the test file system is also the root file system */ int tests_fs_is_rootfs(void); |