Home
last modified time | relevance | path

Searched refs:TSIZE (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/ufs/quot/
H A Dquot.c88 #define TSIZE 2048 macro
89 static int sizes[TSIZE];
236 for (i = 0; i < TSIZE; i++) in check()
334 if (size >= TSIZE) { in qacct()
336 size = TSIZE-1; in qacct()
432 for (i = 0; i < TSIZE - 1; i++) in report()
438 if (sizes[TSIZE -1 ]) in report()
439 (void) printf("%d %d %lld\n", TSIZE - 1, in report()
440 sizes[TSIZE - 1], overflow + (offset_t)t); in report()