Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/mount/
H A Dmount07.c16 * that statfs(2) correctly returns ST_NOSYMFOLLOW.
28 #ifndef ST_NOSYMFOLLOW
29 # define ST_NOSYMFOLLOW 0x2000 macro
106 if (buf.f_flags & ST_NOSYMFOLLOW) { in test_statfs()
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()
/third_party/ltp/include/lapi/
H A Dfsmount.h47 #ifndef ST_NOSYMFOLLOW
48 # define ST_NOSYMFOLLOW 0x2000 /* do not follow symlinks */ macro
/third_party/ltp/testcases/kernel/syscalls/mount_setattr/
H A Dmount_setattr01.c56 TCASE_ENTRY(MOUNT_ATTR_NOSYMFOLLOW, ST_NOSYMFOLLOW),

Completed in 2 milliseconds