Searched refs:fs_cdlock (Results 1 – 4 of 4) sorted by relevance
104 mutex_init(&fscp->fs_cdlock, NULL, MUTEX_DEFAULT, NULL); in fscache_create()184 mutex_destroy(&fscp->fs_cdlock); in fscache_destroy()471 mutex_enter(&fscp->fs_cdlock); in fscache_mounted()475 mutex_exit(&fscp->fs_cdlock); in fscache_mounted()1149 mutex_enter(&fscp->fs_cdlock); in cachefs_cd_access()1169 &fscp->fs_cdlock); in cachefs_cd_access()1230 mutex_exit(&fscp->fs_cdlock); in cachefs_cd_access()1281 mutex_enter(&fscp->fs_cdlock); in cachefs_cd_release()1298 mutex_exit(&fscp->fs_cdlock); in cachefs_cd_release()
671 mutex_enter(&fscp->fs_cdlock); in cachefs_io_daemonid()687 mutex_exit(&fscp->fs_cdlock); in cachefs_io_daemonid()718 mutex_enter(&fscp->fs_cdlock); in cachefs_io_stateget()733 mutex_exit(&fscp->fs_cdlock); in cachefs_io_stateget()758 mutex_enter(&fscp->fs_cdlock); in cachefs_io_stateset()761 mutex_exit(&fscp->fs_cdlock); in cachefs_io_stateset()766 nosig = cv_wait_sig(&fscp->fs_cdwaitcv, &fscp->fs_cdlock); in cachefs_io_stateset()771 mutex_exit(&fscp->fs_cdlock); in cachefs_io_stateset()774 mutex_exit(&fscp->fs_cdlock); in cachefs_io_stateset()782 mutex_enter(&fscp->fs_cdlock); in cachefs_io_stateset()[all …]
528 mutex_enter(&fscp->fs_cdlock); in cachefs_close()535 mutex_exit(&fscp->fs_cdlock); in cachefs_close()
126 kmutex_t fs_cdlock; /* protects fs_cd* variables */ member