Home
last modified time | relevance | path

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

/fs/ceph/
Dsuper.c263 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_old_source() local
264 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_old_source()
270 pctx->copts, fc->log.log, ','); in ceph_parse_old_source()
283 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_new_source() local
284 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_new_source()
339 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_source() local
340 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_source()
391 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_mon_addr() local
392 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_mon_addr()
399 pctx->copts, fc->log.log, '/'); in ceph_parse_mon_addr()
[all …]
/fs/smb/client/
Dsmb2pdu.c914 struct smb2_neg_context *pctx; in smb311_decode_neg_context() local
934 pctx = (struct smb2_neg_context *)(offset + (char *)rsp); in smb311_decode_neg_context()
936 + le16_to_cpu(pctx->DataLength); in smb311_decode_neg_context()
947 if (pctx->ContextType == SMB2_PREAUTH_INTEGRITY_CAPABILITIES) in smb311_decode_neg_context()
949 (struct smb2_preauth_neg_context *)pctx); in smb311_decode_neg_context()
950 else if (pctx->ContextType == SMB2_ENCRYPTION_CAPABILITIES) in smb311_decode_neg_context()
952 (struct smb2_encryption_neg_context *)pctx); in smb311_decode_neg_context()
953 else if (pctx->ContextType == SMB2_COMPRESSION_CAPABILITIES) in smb311_decode_neg_context()
955 (struct smb2_compression_capabilities_context *)pctx); in smb311_decode_neg_context()
956 else if (pctx->ContextType == SMB2_POSIX_EXTENSIONS_AVAILABLE) in smb311_decode_neg_context()
[all …]
/fs/smb/server/
Dsmb2pdu.c997 struct smb2_neg_context *pctx = (struct smb2_neg_context *)req; in deassemble_neg_contexts() local
1017 pctx = (struct smb2_neg_context *)((char *)pctx + offset); in deassemble_neg_contexts()
1018 clen = le16_to_cpu(pctx->DataLength); in deassemble_neg_contexts()
1024 if (pctx->ContextType == SMB2_PREAUTH_INTEGRITY_CAPABILITIES) { in deassemble_neg_contexts()
1031 (struct smb2_preauth_neg_context *)pctx, in deassemble_neg_contexts()
1035 } else if (pctx->ContextType == SMB2_ENCRYPTION_CAPABILITIES) { in deassemble_neg_contexts()
1042 (struct smb2_encryption_neg_context *)pctx, in deassemble_neg_contexts()
1044 } else if (pctx->ContextType == SMB2_COMPRESSION_CAPABILITIES) { in deassemble_neg_contexts()
1051 (struct smb2_compression_capabilities_context *)pctx); in deassemble_neg_contexts()
1052 } else if (pctx->ContextType == SMB2_NETNAME_NEGOTIATE_CONTEXT_ID) { in deassemble_neg_contexts()
[all …]