Lines Matching defs:treeCon
244 /* NB: MID can not be set if treeCon not passed in, in that
248 const struct cifs_tcon *treeCon, int word_count
269 if (treeCon) {
270 buffer->Tid = treeCon->tid;
271 if (treeCon->ses) {
272 if (treeCon->ses->capabilities & CAP_UNICODE)
274 if (treeCon->ses->capabilities & CAP_STATUS32)
278 buffer->Uid = treeCon->ses->Suid;
279 buffer->Mid = get_next_mid(treeCon->ses->server);
281 if (treeCon->Flags & SMB_SHARE_IS_IN_DFS)
283 if (treeCon->nocase)
285 if ((treeCon->ses) && (treeCon->ses->server))
286 if (treeCon->ses->server->sign)