Searched defs:cifs_tcon (Results 1 – 1 of 1) sorted by relevance
923 struct cifs_tcon { struct924 struct list_head tcon_list;925 int tc_count;926 struct list_head rlist; /* reconnect list */927 struct list_head openFileList;928 spinlock_t open_file_lock; /* protects list above */929 struct cifs_ses *ses; /* pointer to session associated with */930 char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */931 char *nativeFileSystem;932 char *password; /* for share-level security */[all …]