Searched defs:smb_vclist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.c69 static struct smb_connobj smb_vclist; variable in typeref:struct:smb_connobj
86 smb_co_init(&smb_vclist, SMBL_SM, "smbsm");
94 SMB_CO_LOCK(&smb_vclist);
95 if (smb_vclist.co_usecount > 1) {
97 smb_vclist.co_usecount - 1);
100 SMB_CO_UNLOCK(&smb_vclist);
108 * XXX Q4BP why are we not iterating on smb_vclist here?
112 smb_co_done(&smb_vclist);
225 * If we have a parent (only smb_vclist does not)
386 ASSERT(MUTEX_HELD(&smb_vclist
[all...]

Completed in 741 milliseconds