Home
last modified time | relevance | path

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

/fs/smb/client/
A Dcifsglob.h2302 static inline void cifs_sg_set_buf(struct sg_table *sgtable, in cifs_sg_set_buf() argument
2314 sg_set_page(&sgtable->sgl[sgtable->nents++], in cifs_sg_set_buf()
2322 sg_set_page(&sgtable->sgl[sgtable->nents++], in cifs_sg_set_buf()
A Dsmb2ops.c4236 struct sg_table sgtable = {}; in smb2_get_aead_req() local
4241 p = smb2_aead_req_alloc(tfm, rqst, num_rqst, sig, iv, req, &sgtable, in smb2_get_aead_req()
4246 sg_init_marker(sgtable.sgl, num_sgs); in smb2_get_aead_req()
4259 cifs_sg_set_buf(&sgtable, in smb2_get_aead_req()
4266 sgtable.orig_nents = sgtable.nents; in smb2_get_aead_req()
4268 rc = extract_iter_to_sg(iter, count, &sgtable, in smb2_get_aead_req()
4269 num_sgs - sgtable.nents, 0); in smb2_get_aead_req()
4271 sgtable.orig_nents = sgtable.nents; in smb2_get_aead_req()
4274 cifs_sg_set_buf(&sgtable, sig, SMB2_SIGNATURE_SIZE); in smb2_get_aead_req()
4275 sg_mark_end(&sgtable.sgl[sgtable.nents - 1]); in smb2_get_aead_req()
[all …]

Completed in 21 milliseconds