Searched defs:cifs_sb_info (Results 1 – 1 of 1) sorted by relevance
59 struct cifs_sb_info { struct60 struct rb_root tlink_tree;61 spinlock_t tlink_tree_lock;62 struct tcon_link *master_tlink;63 struct nls_table *local_nls;64 unsigned int bsize;65 unsigned int rsize;66 unsigned int wsize;67 unsigned long actimeo; /* attribute cache timeout (jiffies) */68 atomic_t active;[all …]