Home | History | Annotate | Download | only in du

Lines Matching refs:htable

286 	} *htable;
310 if (!htable)
318 ohtable = htable;
319 htable = calloc(htmask+1, sizeof(*htable));
320 if (!htable)
342 while (htable[h].ino || htable[h].dev) {
343 if ((htable[h].ino == ino) && (htable[h].dev == dev))
349 htable[h].dev = dev;
350 htable[h].ino = ino;