Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.c144 smb_co_done(struct smb_connobj *cp) in smb_co_done()
152 struct smb_connobj *parent, in smb_co_addchild()
153 struct smb_connobj *child) in smb_co_addchild()
173 smb_co_hold(struct smb_connobj *cp) in smb_co_hold()
184 smb_co_rele(struct smb_connobj *co) in smb_co_rele()
186 struct smb_connobj *parent; in smb_co_rele()
251 smb_connobj, co_next); in smb_co_rele()
456 struct smb_connobj *co; in smb_vc_findcreate()
701 struct smb_connobj *co; in smb_share_findcreate()
985 struct smb_connobj *co; in nsmb_zone_shutdown()
[all …]
H A Dsmb_rq.h169 struct smb_connobj *t2_source;
195 struct smb_connobj *nt_source;
211 int smb_rq_alloc(struct smb_connobj *layer, uchar_t cmd,
213 int smb_rq_init(struct smb_rq *rqp, struct smb_connobj *layer,
215 int smb_rq_getenv(struct smb_connobj *layer,
229 int smb_t2_alloc(struct smb_connobj *layer, ushort_t setup,
231 int smb_t2_init(struct smb_t2rq *rqp, struct smb_connobj *layer,
240 int smb_nt_alloc(struct smb_connobj *layer, ushort_t fn,
242 int smb_nt_init(struct smb_ntrq *rqp, struct smb_connobj *layer,
H A Dsmb_conn.h130 struct smb_connobj { struct
137 struct smb_connobj *co_parent; argument
140 SLIST_HEAD(, smb_connobj) co_children;
146 SLIST_ENTRY(smb_connobj) co_next;
149 void (*co_gone)(struct smb_connobj *); argument
150 void (*co_free)(struct smb_connobj *); argument
152 typedef struct smb_connobj smb_connobj_t;
215 struct smb_connobj vc_co; /* keep first! See CPTOVC */
311 struct smb_connobj ss_co; /* keep first! See CPTOSS */
347 struct smb_connobj fh_co; /* keep first! See CPTOSS */
H A Dsmb_rq.c106 smb_rq_alloc(struct smb_connobj *layer, uchar_t cmd, struct smb_cred *scred, in smb_rq_alloc()
126 smb_rq_init(struct smb_rq *rqp, struct smb_connobj *co, uchar_t cmd, in smb_rq_init()
492 smb_rq_getenv(struct smb_connobj *co, in smb_rq_getenv()
668 smb_t2_alloc(struct smb_connobj *layer, ushort_t setup, struct smb_cred *scred, in smb_t2_alloc()
688 smb_nt_alloc(struct smb_connobj *layer, ushort_t fn, struct smb_cred *scred, in smb_nt_alloc()
710 smb_t2_init(struct smb_t2rq *t2p, struct smb_connobj *source, ushort_t *setup, in smb_t2_init()
736 smb_nt_init(struct smb_ntrq *ntp, struct smb_connobj *source, ushort_t fn, in smb_nt_init()