Searched defs:cifs_sb_info (Results 1 – 1 of 1) sorted by relevance
53 struct cifs_sb_info { struct54 struct rb_root tlink_tree;55 spinlock_t tlink_tree_lock;56 struct tcon_link *master_tlink;57 struct nls_table *local_nls;58 unsigned int rsize;59 unsigned int wsize;60 unsigned long actimeo; /* attribute cache timeout (jiffies) */61 atomic_t active;62 kuid_t mnt_uid;[all …]