Searched defs:MAXINO (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c29 #define MAXINO 65535 /* KLUDGE */ macro
330 * Allocate space for at least MAXINO inodes to allow us
340 mapsize = (size_t)d_howmany(maxino > MAXINO ? maxino : MAXINO, NBBY);
352 if (MAXINO > maxino)
353 maxino = MAXINO;

Completed in 72 milliseconds