Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c171 SMB_VC_UNLOCK(vcp); in smb_iod_disconnect()
191 SMB_VC_UNLOCK(vcp); in smb_iod_disconnect()
385 SMB_VC_UNLOCK(vcp); in smb_iod_recvall()
436 SMB_VC_UNLOCK(vcp); in smb_iod_recvall()
440 SMB_VC_UNLOCK(vcp); in smb_iod_recvall()
460 SMB_VC_UNLOCK(vcp); in smb_iod_recvall()
1000 SMB_VC_UNLOCK(vcp); in smb_iod_vc_work()
1081 SMB_VC_UNLOCK(vcp); in smb_iod_vc_idle()
1123 SMB_VC_UNLOCK(vcp); in smb_iod_vc_rcfail()
1165 SMB_VC_UNLOCK(vcp); in smb_iod_reconnect()
H A Dsmb_conn.c498 SMB_VC_UNLOCK(vcp); in smb_vc_findcreate()
503 SMB_VC_UNLOCK(vcp); in smb_vc_findcreate()
579 SMB_VC_UNLOCK(vcp); in smb_vc_walkshares()
734 SMB_VC_UNLOCK(vcp); in smb_share_findcreate()
H A Dsmb_usr.c857 SMB_VC_UNLOCK(vcp); in smb_usr_iod_work()
902 SMB_VC_UNLOCK(vcp); in smb_usr_iod_work()
935 SMB_VC_UNLOCK(vcp); in smb_usr_iod_ioctl()
967 SMB_VC_UNLOCK(vcp); in smb_usr_iod_ioctl()
H A Dsmb_conn.h214 #define SMB_VC_UNLOCK(vcp) mutex_exit(&(vcp)->vc_lock) macro