Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c193 SMB_VC_UNLOCK(vcp); in smb_iod_disconnect()
931 SMB_VC_UNLOCK(vcp); in smb_iod_muxwait()
1220 SMB_VC_UNLOCK(vcp); in smb_iod_removerq()
1407 SMB_VC_UNLOCK(vcp); in nsmb_iod_connect()
1527 SMB_VC_UNLOCK(vcp); in nsmb_iod_negotiate()
1632 SMB_VC_UNLOCK(vcp); in nsmb_iod_ssnsetup()
1708 SMB_VC_UNLOCK(vcp); in smb_iod_vc_work()
1733 SMB_VC_UNLOCK(vcp); in smb_iod_vc_work()
1827 SMB_VC_UNLOCK(vcp); in smb_iod_vc_idle()
1882 SMB_VC_UNLOCK(vcp); in smb_iod_vc_rcfail()
[all …]
H A Dsmb_conn.c517 SMB_VC_UNLOCK(vcp); in smb_vc_findcreate()
522 SMB_VC_UNLOCK(vcp); in smb_vc_findcreate()
598 SMB_VC_UNLOCK(vcp); in smb_vc_walkshares()
758 SMB_VC_UNLOCK(vcp); in smb_share_findcreate()
H A Dsmb_usr.c752 SMB_VC_UNLOCK(vcp); in smb_usr_iod_ioctl()
811 SMB_VC_UNLOCK(vcp); in smb_usr_iod_ioctl()
H A Dsmb_conn.h292 #define SMB_VC_UNLOCK(vcp) mutex_exit(&(vcp)->vc_lock) macro