Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dsmb2pdu.c10258 unsigned int cnt_code, in fsctl_copychunk() argument
10349 if (cnt_code == FSCTL_SRV_COPYCHUNK && in fsctl_copychunk()
10752 unsigned int cnt_code, nbytes = 0, out_buf_len, in_buf_len; in smb2_ioctl() local
10790 cnt_code = le32_to_cpu(req->CtlCode); in smb2_ioctl()
10791 switch (cnt_code) { in smb2_ioctl()
10809 if (cnt_code == FSCTL_DUPLICATE_EXTENTS_TO_FILE) { in smb2_ioctl()
10836 switch (cnt_code) { in smb2_ioctl()
11334 cnt_code); in smb2_ioctl()
11339 rsp->CtlCode = cpu_to_le32(cnt_code); in smb2_ioctl()