Home
last modified time | relevance | path

Searched refs:pcfhead (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c51 struct pchead pcfhead[NPCHASH]; variable
76 hfp = &pcfhead[i]; in pc_init()
124 hp = &pcfhead[PCFHASH(fsp, blkno, offset)]; in pc_getnode()
730 for (hp = pcfhead; fsp->pcfs_frefs && hp < &pcfhead[NPCHASH]; hp++) { in pc_diskchanged()
H A Dpc_vfsops.c937 hp = pcfhead; in pc_syncfsnodes()
938 while (hp < & pcfhead [ NPCHASH ]) { in pc_syncfsnodes()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dpc_node.h114 extern struct pchead pcfhead[];