Home
last modified time | relevance | path

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

/linux-2.6.39/fs/cifs/
Dcifsglob.h296 struct cifsTconInfo { struct
297 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 …]