Searched refs:PCLFNCHUNKSIZE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_dir.h41 #define PCLFNCHUNKSIZE 13 macro
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c1329 * A maximum of PCLFNCHUNKSIZE characters per entry, plus one for a
1361 ret = 1 + u16l / PCLFNCHUNKSIZE;
1362 if (u16l % PCLFNCHUNKSIZE != 0)
1411 u16l %= PCLFNCHUNKSIZE;
1416 nchars = PCLFNCHUNKSIZE;
1436 nchars = PCLFNCHUNKSIZE * sizeof (uint16_t);

Completed in 62 milliseconds