Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dsmb2pdu.c919 if (rsp->ShareType & SMB2_SHARE_TYPE_DISK) in SMB2_tcon()
921 else if (rsp->ShareType & SMB2_SHARE_TYPE_PIPE) { in SMB2_tcon()
924 } else if (rsp->ShareType & SMB2_SHARE_TYPE_PRINT) { in SMB2_tcon()
928 cifs_dbg(VFS, "unknown share type %d\n", rsp->ShareType); in SMB2_tcon()
Dsmb2pdu.h289 __u8 ShareType; /* see below */ member