Lines Matching defs:flag
12 * Verify that mount(2) syscall passes for each flag setting and validate
173 #define FLAG_DESC(x) .flag = x, .flag2 = x, .desc = #x
176 unsigned int flag;
214 tst_res(TINFO, "Testing flag %s", tc->desc);
217 tc->flag, NULL));
225 if (tc->flag == MS_STRICTATIME) {
227 tst_res(TFAIL, "statfs() gets the incorrect mount flag");
229 tst_res(TPASS, "statfs() gets the correct mount flag");
235 tst_res(TPASS, "statfs() gets the correct mount flag");
237 tst_res(TFAIL, "statfs() gets the incorrect mount flag");