Searched refs:f_ssp (Results 1 – 2 of 2) sorted by relevance
944 struct smb_vc *vcp = SSTOVC(ctx->f_ssp); in smbfs_smb_search()957 error = smb_rq_alloc(SSTOCP(ctx->f_ssp), SMB_COM_SEARCH, ctx->f_scred, &rqp); in smbfs_smb_search()1094 struct smb_vc *vcp = SSTOVC(ctx->f_ssp); in smbfs_smb_trans2find2()1111 error = smb_t2_alloc(SSTOCP(ctx->f_ssp), SMB_TRANS2_FIND_FIRST2, in smbfs_smb_trans2find2()1127 error = smb_t2_alloc(SSTOCP(ctx->f_ssp), SMB_TRANS2_FIND_NEXT2, in smbfs_smb_trans2find2()1205 error = smb_rq_alloc(SSTOCP(ctx->f_ssp), SMB_COM_FIND_CLOSE2, in smbfs_smb_findclose2()1224 if (SMB_UNICODE_STRINGS(SSTOVC(ctx->f_ssp))) { in smbfs_findopenLM2()1228 ctx->f_infolevel = SMB_DIALECT(SSTOVC(ctx->f_ssp)) < SMB_DIALECT_NTLM0_12 ? in smbfs_findopenLM2()1258 svtz = SSTOVC(ctx->f_ssp)->vc_sopt.sv_tz; in smbfs_findnextLM2()1304 if (SMB_UNICODE_STRINGS(SSTOVC(ctx->f_ssp))) { in smbfs_findnextLM2()[all …]
104 struct smb_share *f_ssp; member