Lines Matching refs:nosymfollow
11 * 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)
51 if (nosymfollow) {
101 static void test_statfs(bool nosymfollow)
107 tst_res(nosymfollow ? TPASS : TFAIL, "ST_NOSYMFOLLOW set on %s",
110 tst_res(nosymfollow ? TFAIL : TPASS, "ST_NOSYMFOLLOW not set on %s",
134 static void run_tests(bool nosymfollow)
136 test_link_traversal(nosymfollow);
140 test_statfs(nosymfollow);