Lines Matching defs:ksmbd_work
28 struct ksmbd_work { struct
30 struct ksmbd_conn *conn;
31 struct ksmbd_session *sess;
32 struct ksmbd_tree_connect *tcon;
35 void *request_buf;
37 void *response_buf;
39 struct list_head aux_read_list;
41 struct kvec *iov;
42 int iov_alloc_cnt;
43 int iov_cnt;
44 int iov_idx;
47 int next_smb2_rcv_hdr_off;
49 int next_smb2_rsp_hdr_off;
51 int curr_smb2_rsp_hdr_off;
76 /* Is this SYNC or ASYNC ksmbd_work */ argument
99 static inline void *ksmbd_resp_buf_next(struct ksmbd_work *work) in ksmbd_resp_buf_next() argument