Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dsmb2pdu.c984 if (rsp->ShareType & SMB2_SHARE_TYPE_DISK) in SMB2_tcon()
986 else if (rsp->ShareType & SMB2_SHARE_TYPE_PIPE) { in SMB2_tcon()
989 } else if (rsp->ShareType & SMB2_SHARE_TYPE_PRINT) { in SMB2_tcon()
993 cifs_dbg(VFS, "unknown share type %d\n", rsp->ShareType); in SMB2_tcon()
Dsmb2pdu.h323 __u8 ShareType; /* see below */ member