Home
last modified time | relevance | path

Searched refs:VFSSW_WRITE_LOCKED (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dvfs.h616 #define VFSSW_WRITE_LOCKED() (RW_WRITE_HELD(&vfssw_lock)) macro
/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c3961 ASSERT(VFSSW_WRITE_LOCKED()); in allocate_vfssw()