Home
last modified time | relevance | path

Searched refs:c_contentslock (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_resource.c84 mutex_enter(&cachep->c_contentslock); in cachefs_rlent_moveto()
87 mutex_exit(&cachep->c_contentslock); in cachefs_rlent_moveto()
102 ASSERT(MUTEX_HELD(&cachep->c_contentslock)); in cachefs_rlent_moveto_nolock()
185 mutex_enter(&cachep->c_contentslock); in cachefs_rlent_verify()
199 mutex_exit(&cachep->c_contentslock); in cachefs_rlent_verify()
222 mutex_enter(&cachep->c_contentslock); in cachefs_rlent_data()
236 mutex_exit(&cachep->c_contentslock); in cachefs_rlent_data()
252 mutex_enter(&cachep->c_contentslock); in cachefs_rl_alloc()
284 mutex_exit(&cachep->c_contentslock); in cachefs_rl_alloc()
299 mutex_enter(&cachep->c_contentslock); in cachefs_rl_changefileno()
[all …]
H A Dcachefs_subr.c122 mutex_init(&cachep->c_contentslock, NULL, MUTEX_DEFAULT, NULL); in cachefs_cache_create()
169 mutex_enter(&cachep->c_contentslock); in cachefs_cache_destroy()
174 &cachep->c_contentslock, wakeup, TR_CLOCK_TICK); in cachefs_cache_destroy()
181 mutex_exit(&cachep->c_contentslock); in cachefs_cache_destroy()
188 mutex_enter(&cachep->c_contentslock); in cachefs_cache_destroy()
204 mutex_exit(&cachep->c_contentslock); in cachefs_cache_destroy()
232 mutex_destroy(&cachep->c_contentslock); in cachefs_cache_destroy()
270 mutex_enter(&cachep->c_contentslock); in cachefs_cache_activate_ro()
430 mutex_exit(&cachep->c_contentslock); in cachefs_cache_activate_ro()
446 mutex_enter(&cachep->c_contentslock); in cachefs_stop_cache()
[all …]
H A Dcachefs_cnode.c797 mutex_enter(&cachep->c_contentslock); in cachefs_cnode_init()
801 mutex_exit(&cachep->c_contentslock); in cachefs_cnode_init()
805 mutex_exit(&cachep->c_contentslock); in cachefs_cnode_init()
1549 mutex_enter(&cachep->c_contentslock); in cachefs_cnode_lostfound()
1580 mutex_exit(&cachep->c_contentslock); in cachefs_cnode_lostfound()
1592 mutex_exit(&cachep->c_contentslock); in cachefs_cnode_lostfound()
1595 mutex_exit(&cachep->c_contentslock); in cachefs_cnode_lostfound()
1749 mutex_enter(&cachep->c_contentslock); in cnode_enable_caching()
1752 mutex_exit(&cachep->c_contentslock); in cnode_enable_caching()
1757 mutex_exit(&cachep->c_contentslock); in cnode_enable_caching()
H A Dcachefs_filegrp.c1455 mutex_enter(&cachep->c_contentslock); in filegrpattr_find()
1459 mutex_exit(&cachep->c_contentslock); in filegrpattr_find()
1467 mutex_exit(&cachep->c_contentslock); in filegrpattr_find()
H A Dcachefs_vfsops.c569 mutex_enter(&cachep->c_contentslock); in cachefs_mount()
572 mutex_exit(&cachep->c_contentslock); in cachefs_mount()
H A Dcachefs_ioctl.c692 mutex_enter(&cachep->c_contentslock); in cachefs_io_daemonid()
695 mutex_exit(&cachep->c_contentslock); in cachefs_io_daemonid()
H A Dcachefs_vnops.c538 mutex_enter(&cachep->c_contentslock); in cachefs_close()
541 mutex_exit(&cachep->c_contentslock); in cachefs_close()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h548 kmutex_t c_contentslock; /* protect cache struct */ member