Lines Matching defs:marks
490 int marks = 0;
499 marks++;
502 if (marks < min) {
503 tst_res(TFAIL, "Found %d ignore marks but at least %d expected", marks, min);
506 if (marks > max) {
507 tst_res(TFAIL, "Found %d ignore marks but at most %d expected", marks, max);
510 tst_res(TPASS, "Found %d ignore marks which is in expected range %d-%d", marks, min, max);
620 * Verify that first priority groups have no ignore inode marks and that
621 * drop_caches evicted the evictable ignore marks of other groups.
638 * marks get evicted by reclaim
668 /* Flush out all pending dirty inodes and destructing marks */