Lines Matching refs:vcp
480 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_setptime2() local
494 error = smbfs_fullpath(mbp, vcp, np, NULL, 0); in smbfs_smb_setptime2()
499 tzoff = vcp->vc_sopt.sv_tz; in smbfs_smb_setptime2()
520 t2p->t2_maxdcount = vcp->vc_txmax; in smbfs_smb_setptime2()
535 struct smb_vc *vcp = SSTOVC(ssp); in smbfs_smb_setpattrNT() local
549 error = smbfs_fullpath(mbp, vcp, np, NULL, 0); in smbfs_smb_setpattrNT()
554 tzoff = vcp->vc_sopt.sv_tz; in smbfs_smb_setpattrNT()
944 struct smb_vc *vcp = SSTOVC(ctx->f_ssp); in smbfs_smb_search() local
952 maxent = min(ctx->f_left, (vcp->vc_txmax - SMB_HDRLEN - 3) / SMB_DENTRYLEN); in smbfs_smb_search()
969 error = smbfs_fullpath(mbp, vcp, ctx->f_dnp, ctx->f_wildcard, ctx->f_wclen); in smbfs_smb_search()
976 if (SMB_UNICODE_STRINGS(vcp)) { in smbfs_smb_search()
1094 struct smb_vc *vcp = SSTOVC(ctx->f_ssp); in smbfs_smb_trans2find2() local
1123 error = smbfs_fullpath(mbp, vcp, ctx->f_dnp, ctx->f_wildcard, ctx->f_wclen); in smbfs_smb_trans2find2()
1147 if (vcp->vc_flags & SMBC_WIN95) { in smbfs_smb_trans2find2()
1159 t2p->t2_maxdcount = vcp->vc_txmax; in smbfs_smb_trans2find2()