Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dsmb2pdu.h235 struct copychunk_ioctl_rsp { struct
Dsmb2ops.c1609 struct copychunk_ioctl_rsp *retbuf = NULL; in smb2_copychunk_range()
1651 sizeof(struct copychunk_ioctl_rsp)) { in smb2_copychunk_range()
1688 if (ret_data_len != sizeof(struct copychunk_ioctl_rsp)) in smb2_copychunk_range()
/Linux-v6.1/fs/ksmbd/
Dsmb2pdu.h236 struct copychunk_ioctl_rsp { struct
Dsmb2pdu.c7174 struct copychunk_ioctl_rsp *ci_rsp; in fsctl_copychunk()
7182 ci_rsp = (struct copychunk_ioctl_rsp *)&rsp->Buffer[0]; in fsctl_copychunk()
7716 if (out_buf_len < sizeof(struct copychunk_ioctl_rsp)) { in smb2_ioctl()
7721 nbytes = sizeof(struct copychunk_ioctl_rsp); in smb2_ioctl()