Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c188 SMB_VC_LOCK(vcp); in smb_iod_disconnect()
922 SMB_VC_LOCK(vcp); in smb_iod_muxwait()
1217 SMB_VC_LOCK(vcp); in smb_iod_removerq()
1403 SMB_VC_LOCK(vcp); in nsmb_iod_connect()
1516 SMB_VC_LOCK(vcp); in nsmb_iod_negotiate()
1620 SMB_VC_LOCK(vcp); in nsmb_iod_ssnsetup()
1698 SMB_VC_LOCK(vcp); in smb_iod_vc_work()
1729 SMB_VC_LOCK(vcp); in smb_iod_vc_work()
1805 SMB_VC_LOCK(vcp); in smb_iod_vc_idle()
1854 SMB_VC_LOCK(vcp); in smb_iod_vc_rcfail()
[all …]
H A Dsmb_conn.c509 SMB_VC_LOCK(vcp); in smb_vc_findcreate()
591 SMB_VC_LOCK(vcp); in smb_vc_walkshares()
707 SMB_VC_LOCK(vcp); in smb_share_findcreate()
H A Dsmb_usr.c747 SMB_VC_LOCK(vcp); in smb_usr_iod_ioctl()
808 SMB_VC_LOCK(vcp); in smb_usr_iod_ioctl()
H A Dsmb_conn.h291 #define SMB_VC_LOCK(vcp) mutex_enter(&(vcp)->vc_lock) macro