Home | History | Annotate | Download | only in du

Lines Matching full:htable

288 	} *htable;
312 if (!htable)
320 ohtable = htable;
321 htable = calloc(htmask+1, sizeof(*htable));
322 if (!htable)
344 while (htable[h].ino || htable[h].dev) {
345 if ((htable[h].ino == ino) && (htable[h].dev == dev))
351 htable[h].dev = dev;
352 htable[h].ino = ino;