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.c7716 unsigned int cnt_code, in fsctl_copychunk()
7786 if (cnt_code == FSCTL_COPYCHUNK && in fsctl_copychunk()
8143 unsigned int cnt_code, nbytes = 0, out_buf_len, in_buf_len; in smb2_ioctl()
8174 cnt_code = le32_to_cpu(req->CtlCode); in smb2_ioctl()
8184 switch (cnt_code) { in smb2_ioctl()
8451 cnt_code); in smb2_ioctl()
8456 rsp->CtlCode = cpu_to_le32(cnt_code); in smb2_ioctl()
7710 fsctl_copychunk(struct ksmbd_work * work,struct copychunk_ioctl_req * ci_req,unsigned int cnt_code,unsigned int input_count,unsigned long long volatile_id,unsigned long long persistent_id,struct smb2_ioctl_rsp * rsp) fsctl_copychunk() argument
8137 unsigned int cnt_code, nbytes = 0, out_buf_len, in_buf_len; smb2_ioctl() local