Lines Matching defs:cifs_sb_info
55 struct cifs_sb_info { struct
56 struct rb_root tlink_tree;
57 spinlock_t tlink_tree_lock;
58 struct tcon_link *master_tlink;
59 struct nls_table *local_nls;
60 unsigned int rsize;
61 unsigned int wsize;
62 unsigned long actimeo; /* attribute cache timeout (jiffies) */
63 atomic_t active;
64 kuid_t mnt_uid;
65 kgid_t mnt_gid;
66 kuid_t mnt_backupuid;
67 kgid_t mnt_backupgid;
68 umode_t mnt_file_mode;
69 umode_t mnt_dir_mode;
70 unsigned int mnt_cifs_flags;
71 char *mountdata; /* options received at mount time or via DFS refs */
72 struct delayed_work prune_tlinks;
73 struct rcu_head rcu;
74 char *prepath;
79 bool mnt_cifs_serverino_autodisabled;