Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dsess.c532 struct sess_data { struct
536 void (*func)(struct sess_data *); argument
551 sess_alloc_buffer(struct sess_data *sess_data, int wct) in sess_alloc_buffer() argument
554 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 …]