Searched refs:sess_data (Results 1 – 1 of 1) sorted by relevance
532 struct sess_data { struct536 void (*func)(struct sess_data *); argument551 sess_alloc_buffer(struct sess_data *sess_data, int wct) in sess_alloc_buffer() argument554 struct cifs_ses *ses = sess_data->ses; in sess_alloc_buffer()563 sess_data->iov[0].iov_base = (char *)smb_buf; in sess_alloc_buffer()564 sess_data->iov[0].iov_len = be32_to_cpu(smb_buf->smb_buf_length) + 4; in sess_alloc_buffer()569 sess_data->buf0_type = CIFS_SMALL_BUFFER; in sess_alloc_buffer()572 sess_data->iov[2].iov_base = kmalloc(2000, GFP_KERNEL); in sess_alloc_buffer()573 if (!sess_data->iov[2].iov_base) { in sess_alloc_buffer()582 sess_data->iov[0].iov_base = NULL; in sess_alloc_buffer()[all …]