Searched defs:smb_rq (Results 1 – 2 of 2) sorted by relevance
79 struct smb_rq { struct98 typedef struct smb_rq smb_rq_t; argument
79 struct smb_rq { struct81 kmutex_t sr_lock;82 kcondvar_t sr_cond;83 enum smbrq_state sr_state;84 struct smb_vc *sr_vc;85 struct smb_share *sr_share;86 struct _kthread *sr_owner;87 uint32_t sr_seqno; /* Seq. no. of request */88 uint32_t sr_rseqno; /* Seq. no. of reply */89 struct mbchain sr_rq;[all …]