Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c192 fsp->pcfs_nrefs++; in pc_getnode()
285 fsp->pcfs_nrefs--; in pc_rele()
288 if (fsp->pcfs_nrefs < 0) { in pc_rele()
725 fsp->pcfs_nrefs --; in pc_diskchanged()
758 fsp->pcfs_nrefs--; in pc_diskchanged()
768 if (fsp->pcfs_nrefs) { in pc_diskchanged()
H A Dpc_vfsops.c834 else if (fsp->pcfs_nrefs) in pcfs_unmount()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h412 int pcfs_nrefs; /* number of active pcnodes */ member