Searched refs:pvp_mutex (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c160 * protected by the mutex 'pvp_mutex' in 'portfop_vp_t'. The portfop_t's are
162 * portfop_cache_t. The lock order here is 'pfc_lock' -> 'pvp_mutex'.
400 * The vnode's(portfop_vp_t) pfp list management. The 'pvp_mutex' is held
512 mutex_enter(&pvp->pvp_mutex);
532 mutex_exit(&pvp->pvp_mutex);
566 ASSERT(MUTEX_HELD(&pvp->pvp_mutex));
605 mutex_exit(&pvp->pvp_mutex);
632 mutex_enter(&pvp->pvp_mutex);
640 mutex_exit(&pvp->pvp_mutex);
662 mutex_exit(&pvp->pvp_mutex);
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dport_impl.h229 * The pfop_flags are protected by the vnode's pvp_mutex lock.
230 * The pfop list (vnode's list) is protected by the pvp_mutex when it is on
276 kmutex_t pvp_mutex; member in struct:portfop_vp
/illumos-gate/usr/src/uts/common/os/
H A Dport_subr.c797 mutex_destroy(&pvp->pvp_mutex);

Completed in 61 milliseconds