Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/common/
H A Dsmbfsctl.h163 #define SMB2_0_IOCTL_IS_FSCTL 0x00000001 macro
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.h140 #define SMB2_0_IOCTL_IS_FSCTL 0x00000001 macro
H A Dsmb2pdu.c8049 if (req->Flags != cpu_to_le32(SMB2_0_IOCTL_IS_FSCTL)) { in smb2_ioctl()
/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.c3375 req->Flags = cpu_to_le32(SMB2_0_IOCTL_IS_FSCTL); in SMB2_ioctl_init()