Home
last modified time | relevance | path

Searched refs:tst_is_mounted_at_tmpdir (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/include/
Dtst_device.h34 int tst_is_mounted_at_tmpdir(const char *path);
/third_party/ltp/testcases/kernel/syscalls/open_tree/
Dopen_tree01.c58 if (tst_is_mounted_at_tmpdir(OT_MNTPOINT)) { in run()
/third_party/ltp/testcases/kernel/syscalls/fsopen/
Dfsopen01.c62 if (tst_is_mounted_at_tmpdir(MNTPOINT)) { in run()
/third_party/ltp/testcases/kernel/syscalls/move_mount/
Dmove_mount01.c68 if (tst_is_mounted_at_tmpdir(MNTPOINT)) { in run()
/third_party/ltp/testcases/kernel/syscalls/fsconfig/
Dfsconfig01.c76 if (tst_is_mounted_at_tmpdir(MNTPOINT)) { in run()
/third_party/ltp/testcases/kernel/syscalls/fsmount/
Dfsmount01.c84 if (tst_is_mounted_at_tmpdir(MNTPOINT)) { in run()
/third_party/ltp/lib/
Dtst_device.c438 int tst_is_mounted_at_tmpdir(const char *path) in tst_is_mounted_at_tmpdir() function