Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dsmb2pdu.h215 struct copychunk_ioctl_rsp { struct
Dsmb2ops.c1698 struct copychunk_ioctl_rsp *retbuf = NULL; in smb2_copychunk_range()
1740 sizeof(struct copychunk_ioctl_rsp)) { in smb2_copychunk_range()
1777 if (ret_data_len != sizeof(struct copychunk_ioctl_rsp)) in smb2_copychunk_range()
/Linux-v6.6/fs/smb/server/
Dsmb2pdu.h190 struct copychunk_ioctl_rsp { struct
Dsmb2pdu.c7205 struct copychunk_ioctl_rsp *ci_rsp; in fsctl_copychunk()
7213 ci_rsp = (struct copychunk_ioctl_rsp *)&rsp->Buffer[0]; in fsctl_copychunk()
7750 if (out_buf_len < sizeof(struct copychunk_ioctl_rsp)) { in smb2_ioctl()
7755 nbytes = sizeof(struct copychunk_ioctl_rsp); in smb2_ioctl()