Lines Matching defs:DELTA

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