Home
last modified time | relevance | path

Searched refs:nosymfollow (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/mount/
H A Dmount07.c11 * from kernel selftests nosymfollow-test.c.
14 * 'nosymfollow' is set, but symbolic links can still be created, and
49 static void test_link_traversal(bool nosymfollow) in test_link_traversal() argument
51 if (nosymfollow) { in test_link_traversal()
101 static void test_statfs(bool nosymfollow) in test_statfs() argument
107 tst_res(nosymfollow ? TPASS : TFAIL, "ST_NOSYMFOLLOW set on %s", in test_statfs()
110 tst_res(nosymfollow ? TFAIL : TPASS, "ST_NOSYMFOLLOW not set on %s", in test_statfs()
134 static void run_tests(bool nosymfollow) in run_tests() argument
136 test_link_traversal(nosymfollow); in run_tests()
140 test_statfs(nosymfollow); in run_tests()
[all...]

Completed in 1 milliseconds