Home | History | Annotate | Download | only in blktrace

Lines Matching refs:stat

24 #include <sys/stat.h>
58 struct blkiomon_stat stat;
171 blkiomon_stat_init(&dstat->msg.stat);
186 if (dstat->msg.stat.device < device)
188 else if (dstat->msg.stat.device > device)
213 dstat->msg.stat.device = device;
237 struct blkiomon_stat *p = &dstat->msg.stat;
260 dstat->msg.stat.time = ts->tv_sec;
261 blkiomon_stat_print(human.fp, &dstat->msg.stat);
262 blkiomon_stat_to_be(&dstat->msg.stat);
320 p = &dstat->msg.stat;