Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dcifsglob.h814 struct cifs_tcon { struct
815 struct list_head tcon_list;
816 int tc_count;
817 struct list_head openFileList;
818 struct cifs_ses *ses; /* pointer to session associated with */
819 char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */
820 char *nativeFileSystem;
821 char *password; /* for share-level security */
822 __u32 tid; /* The 4 byte tree id */
823 __u16 Flags; /* optional support bits */
[all …]