Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c189 fsp->pcfs_frefs++; in pc_getnode()
283 fsp->pcfs_frefs--; in pc_rele()
291 if (fsp->pcfs_frefs < 0) { in pc_rele()
730 for (hp = pcfhead; fsp->pcfs_frefs && hp < &pcfhead[NPCHASH]; hp++) { in pc_diskchanged()
731 for (pcp = hp->pch_forw; fsp->pcfs_frefs && in pc_diskchanged()
757 fsp->pcfs_frefs--; in pc_diskchanged()
764 if (fsp->pcfs_frefs) { in pc_diskchanged()
H A Dpc_vfsops.c2561 if (fsp->pcfs_frefs || in pc_getfat()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h413 int pcfs_frefs; /* number of active file pcnodes */ member