Searched refs:ST_VALID (Results 1 – 3 of 3) sorted by relevance
36 static const uint32_t ST_VALID = 0x0020; in Check() local37 EXPECT_TRUE((sb.f_flag & ST_VALID) == 0) << sb.f_flag; in Check()
37 static const uint32_t ST_VALID = 0x0020; in Check() local38 EXPECT_TRUE((sb.f_flags & ST_VALID) == 0) << sb.f_flags; in Check()
35 #define ST_VALID 0x0020 macro56 result->f_flags &= ~ST_VALID; in fstatfs()66 result->f_flags &= ~ST_VALID; in statfs()