Searched refs:copychunk_ioctl_rsp (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/smb/client/
H A Dsmb2pdu.h216 struct copychunk_ioctl_rsp { struct
H A Dsmb2ops.c1756 struct copychunk_ioctl_rsp *retbuf = NULL;
1798 sizeof(struct copychunk_ioctl_rsp)) {
1835 if (ret_data_len != sizeof(struct copychunk_ioctl_rsp))
/linux-master/fs/smb/server/
H A Dsmb2pdu.h205 struct copychunk_ioctl_rsp { struct
H A Dsmb2pdu.c7523 struct copychunk_ioctl_rsp *ci_rsp;
7531 ci_rsp = (struct copychunk_ioctl_rsp *)&rsp->Buffer[0];
8072 if (out_buf_len < sizeof(struct copychunk_ioctl_rsp)) {
8077 nbytes = sizeof(struct copychunk_ioctl_rsp);

Completed in 266 milliseconds