Searched defs:cifsTconInfo (Results 1 – 1 of 1) sorted by relevance
296 struct cifsTconInfo { struct297 struct list_head tcon_list;298 int tc_count;299 struct list_head openFileList;300 struct cifsSesInfo *ses; /* pointer to session associated with */301 char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */302 char *nativeFileSystem;303 char *password; /* for share-level security */304 __u16 tid; /* The 2 byte tree id */305 __u16 Flags; /* optional support bits */[all …]