Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.c69 static struct smb_connobj smb_vclist; variable
86 smb_co_init(&smb_vclist, SMBL_SM, "smbsm"); in smb_sm_init()
94 SMB_CO_LOCK(&smb_vclist); in smb_sm_idle()
95 if (smb_vclist.co_usecount > 1) { in smb_sm_idle()
97 smb_vclist.co_usecount - 1); in smb_sm_idle()
100 SMB_CO_UNLOCK(&smb_vclist); in smb_sm_idle()
112 smb_co_done(&smb_vclist); in smb_sm_done()
386 ASSERT(MUTEX_HELD(&smb_vclist.co_lock)); in smb_vc_create()
416 smb_co_addchild(&smb_vclist, VCTOCP(vcp)); in smb_vc_create()
445 SMB_CO_LOCK(&smb_vclist); in smb_vc_findcreate()
[all …]