Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/mount/
H A Dnosymfollow-test.c22 #ifndef ST_NOSYMFOLLOW
23 # define ST_NOSYMFOLLOW 0x2000 /* Do not follow symlinks */ macro
186 if ((buf.f_flags & ST_NOSYMFOLLOW) == 0) in test_statfs()
187 die("ST_NOSYMFOLLOW not set on %s\n", TMP); in test_statfs()
189 if ((buf.f_flags & ST_NOSYMFOLLOW) != 0) in test_statfs()
190 die("ST_NOSYMFOLLOW set on %s\n", TMP); in test_statfs()
/kernel/linux/linux-6.6/tools/testing/selftests/mount/
H A Dnosymfollow-test.c22 #ifndef ST_NOSYMFOLLOW
23 # define ST_NOSYMFOLLOW 0x2000 /* Do not follow symlinks */ macro
186 if ((buf.f_flags & ST_NOSYMFOLLOW) == 0) in test_statfs()
187 die("ST_NOSYMFOLLOW not set on %s\n", TMP); in test_statfs()
189 if ((buf.f_flags & ST_NOSYMFOLLOW) != 0) in test_statfs()
190 die("ST_NOSYMFOLLOW set on %s\n", TMP); in test_statfs()
/kernel/linux/linux-5.10/include/linux/
H A Dstatfs.h43 #define ST_NOSYMFOLLOW 0x2000 /* do not follow symlinks */ macro
/kernel/linux/linux-6.6/include/linux/
H A Dstatfs.h44 #define ST_NOSYMFOLLOW 0x2000 /* do not follow symlinks */ macro
/kernel/linux/linux-6.6/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c236 #ifndef ST_NOSYMFOLLOW
237 #define ST_NOSYMFOLLOW 0x2000 /* do not follow symlinks */ macro
252 ST_SYNCHRONOUS | ST_MANDLOCK | ST_NOSYMFOLLOW)) in read_mnt_flags()
274 if (stat.f_flag & ST_NOSYMFOLLOW) in read_mnt_flags()
275 mnt_flags |= ST_NOSYMFOLLOW; in read_mnt_flags()
1459 expected_flags |= ST_NOSYMFOLLOW; in TEST_F()
1482 expected_flags &= ~ST_NOSYMFOLLOW; in TEST_F()
/kernel/linux/linux-5.10/fs/
H A Dstatfs.c33 flags |= ST_NOSYMFOLLOW; in flags_by_mnt()
/kernel/linux/linux-6.6/fs/
H A Dstatfs.c33 flags |= ST_NOSYMFOLLOW; in flags_by_mnt()

Completed in 5 milliseconds