Searched defs:cifs_sb_info (Results 1 – 1 of 1) sorted by relevance
50 struct cifs_sb_info { struct51 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 …]