Home
last modified time | relevance | path

Searched defs:cifs_sb_info (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dcifs_fs_sb.h50 struct cifs_sb_info { struct
51 struct rb_root tlink_tree;
52 spinlock_t tlink_tree_lock;
53 struct tcon_link *master_tlink;
54 struct nls_table *local_nls;
55 struct smb3_fs_context *ctx;
56 atomic_t active;
57 unsigned int mnt_cifs_flags;
59 struct rcu_head rcu;
62 char *prepath;
[all …]