Home
last modified time | relevance | path

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

/linux/fs/smb/common/
H A Dsmb2pdu.h1435 struct copychunk_ioctl_rsp { struct
/linux/fs/smb/server/
H A Dsmb2pdu.c7828 struct copychunk_ioctl_rsp *ci_rsp; in fsctl_copychunk()
7836 ci_rsp = (struct copychunk_ioctl_rsp *)&rsp->Buffer[0]; in fsctl_copychunk()
8383 if (out_buf_len < sizeof(struct copychunk_ioctl_rsp)) { in smb2_ioctl()
8388 nbytes = sizeof(struct copychunk_ioctl_rsp); in smb2_ioctl()
/linux/fs/smb/client/
H A Dsmb2ops.c1874 struct copychunk_ioctl_rsp *cc_rsp = NULL; in smb2_copychunk_range()