Home
last modified time | relevance | path

Searched refs:ST_NOSYMFOLLOW (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/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()
189 if ((buf.f_flags & ST_NOSYMFOLLOW) != 0) in test_statfs()
/OK3568_Linux_fs/kernel/include/linux/
H A Dstatfs.h43 #define ST_NOSYMFOLLOW 0x2000 /* do not follow symlinks */ macro
/OK3568_Linux_fs/kernel/fs/
H A Dstatfs.c33 flags |= ST_NOSYMFOLLOW; in flags_by_mnt()