Searched refs:dh_nvlock (Results 1 – 3 of 3) sorted by relevance
994 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()1151 mutex_enter(&of->dh_nvlock); in smb2_dh_update_nvfile()1153 mutex_exit(&of->dh_nvlock); in smb2_dh_update_nvfile()1188 mutex_exit(&of->dh_nvlock); in smb2_dh_update_nvfile()1211 mutex_enter(&of->dh_nvlock); in smb2_dh_update_oplock()[all …]
350 mutex_init(&of->dh_nvlock, NULL, MUTEX_DEFAULT, NULL); in smb_ofile_alloc()1589 mutex_destroy(&of->dh_nvlock); in smb_ofile_free()
1450 kmutex_t dh_nvlock; member