Home
last modified time | relevance | path

Searched refs:smb3_fc2context (Results 1 – 3 of 3) sorted by relevance

/linux/fs/smb/client/
H A Dnamespace.c229 ctx = smb3_fc2context(fc); in cifs_do_automount()
H A Dfs_context.c798 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_fs_context_validate()
871 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_get_tree_common()
902 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_fs_context_free()
1020 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_reconfigure()
1125 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_fs_context_parse_param()
H A Dfs_context.h366 static inline struct smb3_fs_context *smb3_fc2context(const struct fs_context *fc) in smb3_fc2context() function