Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dpc_node.h91 #define PCFHASH(FSP, BN, O) 0 macro
94 #define PCFHASH(FSP, BN, O) (((unsigned)FSP + BN + O) % NPCHASH) macro
/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c124 hp = &pcfhead[PCFHASH(fsp, blkno, offset)]; in pc_getnode()