Lines Matching refs:smb_connobj

51 static struct smb_connobj smb_vclist;
59 static void smb_co_init(struct smb_connobj *cp, int level, char *ilockname,
61 static void smb_co_done(struct smb_connobj *cp);
63 static void smb_vc_free(struct smb_connobj *cp);
64 static void smb_vc_gone(struct smb_connobj *cp, struct smb_cred *scred);
124 struct smb_connobj *scp; in smb_sm_lookupint()
232 smb_co_init(struct smb_connobj *cp, int level, char *ilockname, char *lockname) in smb_co_init()
247 smb_co_done(struct smb_connobj *cp) in smb_co_done()
258 smb_co_gone(struct smb_connobj *cp, struct smb_cred *scred) in smb_co_gone()
260 struct smb_connobj *parent; in smb_co_gone()
269 SLIST_REMOVE(&parent->co_children, cp, smb_connobj, co_next); in smb_co_gone()
277 smb_co_ref(struct smb_connobj *cp) in smb_co_ref()
286 smb_co_rele(struct smb_connobj *cp, struct smb_cred *scred) in smb_co_rele()
308 smb_co_get(struct smb_connobj *cp, struct smb_cred *scred) in smb_co_get()
321 smb_co_put(struct smb_connobj *cp, struct smb_cred *scred) in smb_co_put()
341 smb_co_lock(struct smb_connobj *cp) in smb_co_lock()
361 smb_co_unlock(struct smb_connobj *cp) in smb_co_unlock()
375 smb_co_addchild(struct smb_connobj *parent, struct smb_connobj *child) in smb_co_addchild()
496 smb_vc_free(struct smb_connobj *cp) in smb_vc_free()
537 smb_vc_gone(struct smb_connobj *cp, struct smb_cred *scred) in smb_vc_gone()
559 struct smb_connobj *cp; in smb_vc_get()
578 struct smb_connobj *cp; in smb_vc_lock()
592 struct smb_connobj *cp; in smb_vc_unlock()
649 struct smb_connobj *scp = NULL; in smb_vc_lookupshare()
788 smb_share_free(struct smb_connobj *cp) in smb_share_free()
800 smb_share_gone(struct smb_connobj *cp, struct smb_cred *scred) in smb_share_gone()
822 struct smb_connobj *cp = SSTOCP(ssp); in smb_share_get()
841 struct smb_connobj *cp; in smb_share_lock()
854 struct smb_connobj *cp; in smb_share_unlock()
923 struct smb_connobj *scp1, *scp2; in smb_sysctl_treedump()