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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c49 struct pchead pcfhead[NPCHASH]; variable in typeref:struct:pchead
74 hfp = &pcfhead[i];
122 hp = &pcfhead[PCFHASH(fsp, blkno, offset)];
727 for (hp = pcfhead; fsp->pcfs_frefs && hp < &pcfhead[NPCHASH]; hp++) {

Completed in 78 milliseconds