Searched refs:SMB2_IOCTL (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/smb/server/
H A Dsmb2misc.c43 /* SMB2_IOCTL */ cpu_to_le16(57),
71 /* SMB2_IOCTL */ true,
180 case SMB2_IOCTL:
325 case SMB2_IOCTL:
/linux-master/fs/smb/client/
H A Dsmb2misc.c72 /* SMB2_IOCTL */ cpu_to_le16(49),
231 /* For SMB2_IOCTL, OutputOffset and OutputLength are optional, so might
299 /* SMB2_IOCTL */ true,
369 case SMB2_IOCTL:
H A Dsmb2pdu.c63 /* SMB2_IOCTL */ 57,
227 * Need to also skip SMB2_IOCTL because it is used for checking nested dfs links in
230 if (smb2_command == SMB2_TREE_CONNECT || smb2_command == SMB2_IOCTL)
576 return __smb2_plain_req_init(SMB2_IOCTL, tcon, server,
579 return smb2_plain_req_init(SMB2_IOCTL, tcon, server,
/linux-master/fs/smb/common/
H A Dsmb2pdu.h51 #define SMB2_IOCTL cpu_to_le16(SMB2_IOCTL_HE) macro

Completed in 143 milliseconds