Searched refs:ShareType (Results 1 – 2 of 2) sorted by relevance
984 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()
323 __u8 ShareType; /* see below */ member