Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_dir.h39 #define PCLFNCHUNKSIZE 13 macro
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c1361 ret = 1 + u16l / PCLFNCHUNKSIZE; in direntries_needed()
1362 if (u16l % PCLFNCHUNKSIZE != 0) in direntries_needed()
1411 u16l %= PCLFNCHUNKSIZE; in pc_name_to_pcdir()
1416 nchars = PCLFNCHUNKSIZE; in pc_name_to_pcdir()
1436 nchars = PCLFNCHUNKSIZE * sizeof (uint16_t); in pc_name_to_pcdir()