Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_fscache.c104 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()
H A Dcachefs_ioctl.c671 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 …]
H A Dcachefs_vnops.c528 mutex_enter(&fscp->fs_cdlock); in cachefs_close()
535 mutex_exit(&fscp->fs_cdlock); in cachefs_close()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fscache.h126 kmutex_t fs_cdlock; /* protects fs_cd* variables */ member