Lines Matching defs:stat
41 static int read_io_stats(const char *const line, struct io_stats *const stat)
45 &stat->mjr, &stat->mnr,
46 &stat->rbytes, &stat->wbytes, &stat->rios, &stat->wios,
47 &stat->dbytes, &stat->dios);
59 SAFE_CG_READ(tst_cg, "io.stat", buf, BUFSIZ - 1);
67 tst_res(TINFO, "Found %u:%u in io.stat", dev_major, dev_minor);
97 SAFE_CG_READ(tst_cg, "io.stat", buf, BUFSIZ - 1);
111 tst_res(TPASS, "Found %u:%u in io.stat", dev_major, dev_minor);
128 tst_res(TINFO, "io.stat:\n%s", buf);
129 tst_res(TFAIL, "Did not find %u:%u in io.stat", dev_major, dev_minor);
140 struct stat st;