Searched refs:c_fslistlock (Results 1 – 7 of 7) sorted by relevance
387 mutex_enter(&cachep->c_fslistlock); in cachefs_mount()396 mutex_exit(&cachep->c_fslistlock); in cachefs_mount()412 mutex_exit(&cachep->c_fslistlock); in cachefs_mount()437 mutex_exit(&cachep->c_fslistlock); in cachefs_mount()504 mutex_exit(&cachep->c_fslistlock); in cachefs_mount()614 mutex_enter(&cachep->c_fslistlock); in cachefs_mount()624 mutex_exit(&cachep->c_fslistlock); in cachefs_mount()999 mutex_enter(&cachep->c_fslistlock); in cachefs_unmount()1001 mutex_exit(&cachep->c_fslistlock); in cachefs_unmount()1004 mutex_enter(&cachep->c_fslistlock); in cachefs_unmount()[all …]
621 ASSERT(MUTEX_HELD(&cachep->c_fslistlock)); in fscache_list_find()656 ASSERT(MUTEX_HELD(&cachep->c_fslistlock)); in fscache_list_add()686 ASSERT(MUTEX_HELD(&cachep->c_fslistlock)); in fscache_list_remove()720 ASSERT(MUTEX_HELD(&cachep->c_fslistlock)); in fscache_list_gc()757 ASSERT(MUTEX_HELD(&cachep->c_fslistlock)); in fscache_list_mounted()789 ASSERT(MUTEX_HELD(&cachep->c_fslistlock)); in fscdir_create()932 ASSERT(MUTEX_HELD(&cachep->c_fslistlock)); in fscdir_find()
572 mutex_enter(&cachep->c_fslistlock); in cachefs_victim()582 mutex_exit(&cachep->c_fslistlock); in cachefs_victim()589 mutex_exit(&cachep->c_fslistlock); in cachefs_victim()870 mutex_enter(&cachep->c_fslistlock); in cachefs_packed_pending()894 mutex_exit(&cachep->c_fslistlock); in cachefs_packed_pending()1391 mutex_enter(&cachep->c_fslistlock); in cachefs_gc_front_atime()1393 mutex_exit(&cachep->c_fslistlock); in cachefs_gc_front_atime()1411 mutex_exit(&cachep->c_fslistlock); in cachefs_gc_front_atime()1422 mutex_exit(&cachep->c_fslistlock); in cachefs_gc_front_atime()
123 mutex_init(&cachep->c_fslistlock, NULL, MUTEX_DEFAULT, NULL); in cachefs_cache_create()212 mutex_enter(&cachep->c_fslistlock); in cachefs_cache_destroy()214 mutex_exit(&cachep->c_fslistlock); in cachefs_cache_destroy()233 mutex_destroy(&cachep->c_fslistlock); in cachefs_cache_destroy()471 mutex_enter(&cachep->c_fslistlock); in cachefs_stop_cache()474 mutex_exit(&cachep->c_fslistlock); in cachefs_stop_cache()787 mutex_enter(&cachep->c_fslistlock); in cachefs_cache_sync()796 mutex_exit(&cachep->c_fslistlock); in cachefs_cache_sync()804 mutex_enter(&cachep->c_fslistlock); in cachefs_cache_sync()806 mutex_exit(&cachep->c_fslistlock); in cachefs_cache_sync()
602 mutex_enter(&cachep->c_fslistlock); in cachefs_unpackall_list()613 mutex_exit(&cachep->c_fslistlock); in cachefs_unpackall_list()619 mutex_exit(&cachep->c_fslistlock); in cachefs_unpackall_list()
1961 mutex_enter(&cachep->c_fslistlock); in cachefs_ioctl()1970 mutex_exit(&cachep->c_fslistlock); in cachefs_ioctl()
549 kmutex_t c_fslistlock; /* protect fscache list */ member