Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c166 SMB_VC_LOCK(vcp); in smb_iod_disconnect()
186 SMB_VC_LOCK(vcp); in smb_iod_disconnect()
382 SMB_VC_LOCK(vcp); in smb_iod_recvall()
433 SMB_VC_LOCK(vcp); in smb_iod_recvall()
455 SMB_VC_LOCK(vcp); in smb_iod_recvall()
996 SMB_VC_LOCK(vcp); in smb_iod_vc_work()
1063 SMB_VC_LOCK(vcp); in smb_iod_vc_idle()
1105 SMB_VC_LOCK(vcp); in smb_iod_vc_rcfail()
1137 SMB_VC_LOCK(vcp); in smb_iod_reconnect()
H A Dsmb_usr.c852 SMB_VC_LOCK(vcp); in smb_usr_iod_work()
899 SMB_VC_LOCK(vcp); in smb_usr_iod_work()
930 SMB_VC_LOCK(vcp); in smb_usr_iod_ioctl()
964 SMB_VC_LOCK(vcp); in smb_usr_iod_ioctl()
H A Dsmb_conn.c490 SMB_VC_LOCK(vcp); in smb_vc_findcreate()
572 SMB_VC_LOCK(vcp); in smb_vc_walkshares()
683 SMB_VC_LOCK(vcp); in smb_share_findcreate()
H A Dsmb_conn.h213 #define SMB_VC_LOCK(vcp) mutex_enter(&(vcp)->vc_lock) macro