Home
last modified time | relevance | path

Searched refs:c_iomutex (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_cnode.c466 mutex_destroy(&cp->c_iomutex); in cachefs_cnode_inactive()
713 mutex_init(&cp->c_iomutex, NULL, MUTEX_DEFAULT, NULL); in cachefs_cnode_init()
876 mutex_destroy(&cp->c_iomutex); in cachefs_cnode_init()
H A Dcachefs_subr.c2251 mutex_enter(&cp->c_iomutex); in cachefs_async_putpage()
2258 mutex_exit(&cp->c_iomutex); in cachefs_async_putpage()
H A Dcachefs_vnops.c8004 mutex_enter(&cp->c_iomutex); in cachefs_putpage_common()
8024 mutex_exit(&cp->c_iomutex); in cachefs_putpage_common()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h924 kmutex_t c_iomutex; member