Home
last modified time | relevance | path

Searched defs:smb_rqst (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/fs/cifs/
Dcifsglob.h181 struct smb_rqst { struct
182 struct kvec *rq_iov; /* array of kvecs */
183 unsigned int rq_nvec; /* number of kvecs in array */
184 struct page **rq_pages; /* pointer to array of page ptrs */
185 unsigned int rq_offset; /* the offset to the 1st page */
186 unsigned int rq_npages; /* number pages in array */
187 unsigned int rq_pagesz; /* page size to use */
188 unsigned int rq_tailsz; /* length of last page */
/kernel/linux/linux-5.10/fs/cifs/
Dcifsglob.h188 struct smb_rqst { struct
189 struct kvec *rq_iov; /* array of kvecs */
190 unsigned int rq_nvec; /* number of kvecs in array */
191 struct page **rq_pages; /* pointer to array of page ptrs */
192 unsigned int rq_offset; /* the offset to the 1st page */
216 int (*send_cancel)(struct TCP_Server_Info *, struct smb_rqst *, argument