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.c189 SMB_VC_LOCK(vcp); in smb_iod_disconnect()
492 SMB_VC_LOCK(vcp); in smb_iod_recvall()
550 SMB_VC_LOCK(vcp); in smb_iod_recvall()
576 SMB_VC_LOCK(vcp); in smb_iod_recvall()
600 SMB_VC_LOCK(vcp); in smb_iod_recvall()
967 SMB_VC_LOCK(vcp); in smb_iod_muxwait()
1262 SMB_VC_LOCK(vcp); in smb_iod_removerq()
1448 SMB_VC_LOCK(vcp); in nsmb_iod_connect()
1501 SMB_VC_LOCK(vcp); in nsmb_iod_connect()
1561 SMB_VC_LOCK(vcp); in nsmb_iod_negotiate()
[all …]
H A Dsmb_conn.c513 SMB_VC_LOCK(vcp); in smb_vc_findcreate()
595 SMB_VC_LOCK(vcp); in smb_vc_walkshares()
711 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.h306 #define SMB_VC_LOCK(vcp) mutex_enter(&(vcp)->vc_lock) macro