Home
last modified time | relevance | path

Searched refs:dh_nvlock (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_durable.c994 mutex_enter(&of->dh_nvlock); in smb2_dh_setdoc_persistent()
997 mutex_exit(&of->dh_nvlock); in smb2_dh_setdoc_persistent()
1025 mutex_enter(&of->dh_nvlock); in smb2_dh_close_persistent()
1030 mutex_exit(&of->dh_nvlock); in smb2_dh_close_persistent()
1073 mutex_enter(&of->dh_nvlock); in smb2_dh_make_persistent()
1125 mutex_exit(&of->dh_nvlock); in smb2_dh_make_persistent()
1188 mutex_exit(&of->dh_nvlock); in smb2_dh_update_nvfile()
1227 mutex_exit(&of->dh_nvlock); in smb2_dh_update_oplock()
1281 mutex_exit(&of->dh_nvlock); in smb2_dh_update_locks()
1323 mutex_exit(&of->dh_nvlock); in smb2_dh_update_times()
[all …]
H A Dsmb_ofile.c350 mutex_init(&of->dh_nvlock, NULL, MUTEX_DEFAULT, NULL); in smb_ofile_alloc()
1589 mutex_destroy(&of->dh_nvlock); in smb_ofile_free()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1450 kmutex_t dh_nvlock; member