Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fs/
H A Dpc_dir.h41 #define PCLFNCHUNKSIZE 13 macro
/titanic_44/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c1356 ret = 1 + u16l / PCLFNCHUNKSIZE; in direntries_needed()
1357 if (u16l % PCLFNCHUNKSIZE != 0) in direntries_needed()
1406 u16l %= PCLFNCHUNKSIZE; in pc_name_to_pcdir()
1411 nchars = PCLFNCHUNKSIZE; in pc_name_to_pcdir()
1431 nchars = PCLFNCHUNKSIZE * sizeof (uint16_t); in pc_name_to_pcdir()