ST_NOSYMFOLLOW
flags |= ST_NOSYMFOLLOW;
if ((buf.f_flags & ST_NOSYMFOLLOW) == 0)
if ((buf.f_flags & ST_NOSYMFOLLOW) != 0)
#ifndef ST_NOSYMFOLLOW
expected_flags |= ST_NOSYMFOLLOW;
expected_flags &= ~ST_NOSYMFOLLOW;
#ifndef ST_NOSYMFOLLOW
ST_SYNCHRONOUS | ST_MANDLOCK | ST_NOSYMFOLLOW))
if (stat.f_flag & ST_NOSYMFOLLOW)
mnt_flags |= ST_NOSYMFOLLOW;