Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.c73 static struct smb_connobj smb_vclist; variable
93 smb_co_init(&smb_vclist, SMBL_SM, "smbsm"); in smb_sm_init()
101 SMB_CO_LOCK(&smb_vclist); in smb_sm_idle()
102 if (smb_vclist.co_usecount > 1) { in smb_sm_idle()
104 smb_vclist.co_usecount - 1); in smb_sm_idle()
107 SMB_CO_UNLOCK(&smb_vclist); in smb_sm_idle()
119 smb_co_done(&smb_vclist); in smb_sm_done()
408 ASSERT(MUTEX_HELD(&smb_vclist.co_lock)); in smb_vc_create()
439 smb_co_addchild(&smb_vclist, VCTOCP(vcp)); in smb_vc_create()
468 SMB_CO_LOCK(&smb_vclist); in smb_vc_findcreate()
[all …]