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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c141 * pcfs_mountcount: used to prevent module unloads while there is still
151 uint32_t pcfs_mountcount; variable
208 if (pcfs_mountcount)
270 pcfs_mountcount = 0;
796 atomic_inc_32(&pcfs_mountcount);
1425 atomic_dec_32(&pcfs_mountcount);

Completed in 63 milliseconds