Lines Matching refs:fs_context
198 cifs_parse_security_flavors(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_security_flavors()
253 cifs_parse_cache_flavor(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_cache_flavor()
338 cifs_parse_smb_version(struct fs_context *fc, char *value, struct smb3_fs_context *ctx, bool is_smb… in cifs_parse_smb_version()
541 static void smb3_fs_context_free(struct fs_context *fc);
542 static int smb3_fs_context_parse_param(struct fs_context *fc,
544 static int smb3_fs_context_parse_monolithic(struct fs_context *fc,
546 static int smb3_get_tree(struct fs_context *fc);
547 static int smb3_reconfigure(struct fs_context *fc);
569 static int smb3_fs_context_parse_monolithic(struct fs_context *fc, in smb3_fs_context_parse_monolithic()
623 static int smb3_fs_context_validate(struct fs_context *fc) in smb3_fs_context_validate()
686 static int smb3_get_tree_common(struct fs_context *fc) in smb3_get_tree_common()
704 static int smb3_get_tree(struct fs_context *fc) in smb3_get_tree()
717 static void smb3_fs_context_free(struct fs_context *fc) in smb3_fs_context_free()
728 static int smb3_verify_reconfigure_ctx(struct fs_context *fc, in smb3_verify_reconfigure_ctx()
796 static int smb3_reconfigure(struct fs_context *fc) in smb3_reconfigure()
839 static int smb3_fs_context_parse_param(struct fs_context *fc, in smb3_fs_context_parse_param()
1484 int smb3_init_fs_context(struct fs_context *fc) in smb3_init_fs_context()