Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfs_context.c694 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_handle_conflicting_options()
815 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_fs_context_validate()
888 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_get_tree_common()
919 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_fs_context_free()
1053 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_reconfigure()
1192 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_fs_context_parse_param()
H A Dnamespace.c229 ctx = smb3_fc2context(fc); in cifs_do_automount()
H A Dfs_context.h368 static inline struct smb3_fs_context *smb3_fc2context(const struct fs_context *fc) in smb3_fc2context() function