Home
last modified time | relevance | path

Searched defs:cifs_tcon (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/fs/cifs/
Dcifsglob.h826 struct cifs_tcon { struct
827 struct list_head tcon_list;
828 int tc_count;
829 struct list_head openFileList;
830 struct cifs_ses *ses; /* pointer to session associated with */
831 char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */
832 char *nativeFileSystem;
833 char *password; /* for share-level security */
834 __u32 tid; /* The 4 byte tree id */
835 __u16 Flags; /* optional support bits */
[all …]