Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dcifs_fs_sb.h50 struct cifs_sb_info { struct
51 struct rb_root tlink_tree;
52 spinlock_t tlink_tree_lock;
53 struct tcon_link *master_tlink;
54 struct nls_table *local_nls;
55 unsigned int rsize;
56 unsigned int wsize;
57 unsigned long actimeo; /* attribute cache timeout (jiffies) */
58 atomic_t active;
59 kuid_t mnt_uid;
[all …]