H A D | cifssmb.c | 232 function must have filled in request_buf pointer */ 235 void **request_buf) small_smb_init() 243 *request_buf = cifs_small_buf_get(); small_smb_init() 244 if (*request_buf == NULL) { small_smb_init() 249 header_assemble((struct smb_hdr *) *request_buf, smb_command, small_smb_init() 260 struct cifs_ses *ses, void **request_buf) small_smb_init_no_tc() 265 rc = small_smb_init(smb_command, wct, NULL, request_buf); small_smb_init_no_tc() 269 buffer = (struct smb_hdr *)*request_buf; small_smb_init_no_tc() 284 /* If the return code is zero, this function must fill in request_buf pointer */ 287 void **request_buf, void **response_buf) __smb_init() 289 *request_buf = cifs_buf_get(); __smb_init() 290 if (*request_buf == NULL) { __smb_init() 299 *response_buf = *request_buf; __smb_init() 301 header_assemble((struct smb_hdr *) *request_buf, smb_command, tcon, __smb_init() 310 /* If the return code is zero, this function must fill in request_buf pointer */ 313 void **request_buf, void **response_buf) smb_init() 321 return __smb_init(smb_command, wct, tcon, request_buf, response_buf); smb_init() 326 void **request_buf, void **response_buf) smb_init_no_reconnect() 331 return __smb_init(smb_command, wct, tcon, request_buf, response_buf); smb_init_no_reconnect() 234 small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon, void **request_buf) small_smb_init() argument 259 small_smb_init_no_tc(const int smb_command, const int wct, struct cifs_ses *ses, void **request_buf) small_smb_init_no_tc() argument 286 __smb_init(int smb_command, int wct, struct cifs_tcon *tcon, void **request_buf, void **response_buf) __smb_init() argument 312 smb_init(int smb_command, int wct, struct cifs_tcon *tcon, void **request_buf, void **response_buf) smb_init() argument 325 smb_init_no_reconnect(int smb_command, int wct, struct cifs_tcon *tcon, void **request_buf, void **response_buf) smb_init_no_reconnect() argument
|