Lines Matching refs:smbcmd
34 struct smbcmd { struct
60 #define SMB_QUICK_WRITE _IOW('i', 1, struct smbcmd) argument
61 #define SMB_QUICK_READ _IOW('i', 2, struct smbcmd)
62 #define SMB_SENDB _IOW('i', 3, struct smbcmd)
63 #define SMB_RECVB _IOWR('i', 4, struct smbcmd)
64 #define SMB_WRITEB _IOW('i', 5, struct smbcmd)
65 #define SMB_WRITEW _IOW('i', 6, struct smbcmd)
66 #define SMB_READB _IOWR('i', 7, struct smbcmd)
67 #define SMB_READW _IOWR('i', 8, struct smbcmd)
68 #define SMB_PCALL _IOWR('i', 9, struct smbcmd)
69 #define SMB_BWRITE _IOW('i', 10, struct smbcmd)
70 #define SMB_BREAD _IOWR('i', 11, struct smbcmd)
71 #define SMB_OLD_TRANS _IOWR('i', 12, struct smbcmd)