Searched defs:cifs_tcon (Results 1 – 1 of 1) sorted by relevance
383 struct cifs_tcon { struct384 struct list_head tcon_list;385 int tc_count;386 struct list_head openFileList;387 struct cifs_ses *ses; /* pointer to session associated with */388 char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */389 char *nativeFileSystem;390 char *password; /* for share-level security */391 __u16 tid; /* The 2 byte tree id */392 __u16 Flags; /* optional support bits */[all …]