Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmbdirect.c423 int rc, i, rqst_idx; in smbd_send() local
448 rqst_idx = 0; in smbd_send()
451 rqst = &rqst_array[rqst_idx]; in smbd_send()
454 rqst_idx, smb_rqst_len(server, rqst)); in smbd_send()
459 rqst_idx, rqst->rq_nvec, remaining_data_length, in smbd_send()
486 } while (++rqst_idx < num_rqst); in smbd_send()