Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netsmb/
HDsmb_conn.c122 smb_sm_lookupint(struct smb_vcspec *vcspec, struct smb_sharespec *shspec, in smb_sm_lookupint() argument
130 vcspec->shspec = shspec; in smb_sm_lookupint()
161 if (shspec) { in smb_sm_lookupint()
162 error = (int)smb_vc_lookupshare(vcp, shspec, scred, in smb_sm_lookupint()
182 smb_sm_lookup(struct smb_vcspec *vcspec, struct smb_sharespec *shspec, in smb_sm_lookup() argument
194 error = smb_sm_lookupint(vcspec, shspec, scred, vcpp); in smb_sm_lookup()
208 if (shspec == NULL) in smb_sm_lookup()
210 error = smb_share_create(vcp, shspec, scred, &ssp); in smb_sm_lookup()
743 smb_share_create(struct smb_vc *vcp, struct smb_sharespec *shspec, in smb_share_create() argument
749 uid_t uid = shspec->owner; in smb_share_create()
[all …]
HDsmb_usr.c187 struct smb_sharespec shspec; in smb_usr_openshare() local
190 error = smb_usr_share2spec(dp, &shspec); in smb_usr_openshare()
193 error = smb_vc_lookupshare(vcp, &shspec, scred, &ssp); in smb_usr_openshare()
200 error = smb_share_create(vcp, &shspec, scred, &ssp); in smb_usr_openshare()
HDsmb_conn.h326 struct smb_sharespec *shspec; member
354 struct smb_sharespec *shspec, struct smb_cred *scred,
380 int smb_vc_lookupshare(struct smb_vc *vcp, struct smb_sharespec *shspec,
388 int smb_share_create(struct smb_vc *vcp, struct smb_sharespec *shspec,