Searched defs:cifs_sb_info (Results 1 – 1 of 1) sorted by relevance
55 struct cifs_sb_info { struct56 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;[all …]