Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c186 fsp->pcfs_frefs++; in pc_getnode()
280 fsp->pcfs_frefs--; in pc_rele()
288 if (fsp->pcfs_frefs < 0) { in pc_rele()
727 for (hp = pcfhead; fsp->pcfs_frefs && hp < &pcfhead[NPCHASH]; hp++) { in pc_diskchanged()
728 for (pcp = hp->pch_forw; fsp->pcfs_frefs && in pc_diskchanged()
754 fsp->pcfs_frefs--; in pc_diskchanged()
761 if (fsp->pcfs_frefs) { in pc_diskchanged()
H A Dpc_vfsops.c2558 if (fsp->pcfs_frefs || in pc_getfat()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dpc_fs.h413 int pcfs_frefs; /* number of active file pcnodes */ member