Searched refs:f_ssp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/fs/smbfs/ |
| D | smbfs_smb.c | 940 struct smb_vc *vcp = SSTOVC(ctx->f_ssp); in smbfs_smb_search() 953 error = smb_rq_alloc(SSTOCP(ctx->f_ssp), SMB_COM_SEARCH, ctx->f_scred, &rqp); in smbfs_smb_search() 1090 struct smb_vc *vcp = SSTOVC(ctx->f_ssp); in smbfs_smb_trans2find2() 1107 error = smb_t2_alloc(SSTOCP(ctx->f_ssp), SMB_TRANS2_FIND_FIRST2, in smbfs_smb_trans2find2() 1123 error = smb_t2_alloc(SSTOCP(ctx->f_ssp), SMB_TRANS2_FIND_NEXT2, in smbfs_smb_trans2find2() 1201 error = smb_rq_init(rqp, SSTOCP(ctx->f_ssp), SMB_COM_FIND_CLOSE2, ctx->f_scred); in smbfs_smb_findclose2() 1219 if (SMB_UNICODE_STRINGS(SSTOVC(ctx->f_ssp))) { in smbfs_findopenLM2() 1225 ctx->f_infolevel = SMB_DIALECT(SSTOVC(ctx->f_ssp)) < SMB_DIALECT_NTLM0_12 ? in smbfs_findopenLM2() 1255 svtz = SSTOVC(ctx->f_ssp)->vc_sopt.sv_tz; in smbfs_findnextLM2() 1301 if (SMB_UNICODE_STRINGS(SSTOVC(ctx->f_ssp))) { in smbfs_findnextLM2() [all …]
|
| D | smbfs_subr.h | 103 struct smb_share *f_ssp; member
|