Lines Matching refs:DELTA

130 #define	DELTA(member)	\
179 nnewfile = DELTA(ncreate) + DELTA(nmkdir) + DELTA(nsymlink);
180 nnamerm = DELTA(nremove) + DELTA(nrmdir);
181 nnamechg = DELTA(nrename) + DELTA(nlink) + DELTA(nsymlink);
182 nattrret = DELTA(ngetattr) + DELTA(naccess) +
183 DELTA(ngetsecattr) + DELTA(nfid);
184 nattrchg = DELTA(nsetattr) + DELTA(nsetsecattr) + DELTA(nspace);
185 nlookup = DELTA(nlookup);
186 nreaddir = DELTA(nreaddir);
187 ndataread = DELTA(nread);
188 ndatawrite = DELTA(nwrite);
189 readthruput = DELTA(read_bytes);
190 writethruput = DELTA(write_bytes);
224 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(nread), buf);
225 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(read_bytes), buf);
227 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(nwrite), buf);
228 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(write_bytes), buf);
230 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(nreaddir), buf);
231 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(readdir_bytes), buf);
233 PRINTSTAT(niceflag, " %5s ", "%lld:", DELTA(nrwlock), buf);
234 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(nrwunlock), buf);
249 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(nmap), buf);
250 PRINTSTAT(niceflag, " %5s ", "%lld:", DELTA(naddmap), buf);
251 PRINTSTAT(niceflag, " %5s ", "%lld:", DELTA(ndelmap), buf);
252 PRINTSTAT(niceflag, " %5s ", "%lld:", DELTA(ngetpage), buf);
253 PRINTSTAT(niceflag, " %5s ", "%lld:", DELTA(nputpage), buf);
254 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(npageio), buf);
268 PRINTSTAT(niceflag, " %5s ", "%lld:", DELTA(ngetattr), buf);
269 PRINTSTAT(niceflag, " %5s ", "%lld:", DELTA(nsetattr), buf);
270 PRINTSTAT(niceflag, " %5s ", "%lld:", DELTA(ngetsecattr), buf);
271 PRINTSTAT(niceflag, " %5s ", "%lld:", DELTA(nsetsecattr), buf);
287 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(nlookup), buf);
288 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(ncreate), buf);
289 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(nremove), buf);
290 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(nlink), buf);
291 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(nrename), buf);
292 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(nmkdir), buf);
293 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(nrmdir), buf);
294 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(nreaddir), buf);
295 PRINTSTAT(niceflag, " %5s ", "%lld:", DELTA(nsymlink), buf);
296 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(nreadlink), buf);
304 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(n##vop), buf);
314 DELTA(vop##_bytes), buf);