Searched refs:c_iomutex (Results 1 – 4 of 4) sorted by relevance
466 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()
2251 mutex_enter(&cp->c_iomutex); in cachefs_async_putpage()2258 mutex_exit(&cp->c_iomutex); in cachefs_async_putpage()
8004 mutex_enter(&cp->c_iomutex); in cachefs_putpage_common()8024 mutex_exit(&cp->c_iomutex); in cachefs_putpage_common()
924 kmutex_t c_iomutex; member