Searched refs:ST_NOSYMFOLLOW (Results 1 – 4 of 4) sorted by relevance
22 #ifndef ST_NOSYMFOLLOW23 # define ST_NOSYMFOLLOW 0x2000 /* Do not follow symlinks */ macro186 if ((buf.f_flags & ST_NOSYMFOLLOW) == 0) in test_statfs()189 if ((buf.f_flags & ST_NOSYMFOLLOW) != 0) in test_statfs()
44 #define ST_NOSYMFOLLOW 0x2000 /* do not follow symlinks */ macro
236 #ifndef ST_NOSYMFOLLOW237 #define ST_NOSYMFOLLOW 0x2000 /* do not follow symlinks */ macro252 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()
33 flags |= ST_NOSYMFOLLOW; in flags_by_mnt()