Searched refs:shspec (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netsmb/ |
H A D | smb_conn.c | 121 smb_sm_lookupint(struct smb_vcspec *vcspec, struct smb_sharespec *shspec, in smb_sm_lookupint() argument 129 vcspec->shspec = shspec; in smb_sm_lookupint() 160 if (shspec) { in smb_sm_lookupint() 161 error = (int)smb_vc_lookupshare(vcp, shspec, scred, in smb_sm_lookupint() 181 smb_sm_lookup(struct smb_vcspec *vcspec, struct smb_sharespec *shspec, in smb_sm_lookup() argument 193 error = smb_sm_lookupint(vcspec, shspec, scred, vcpp); in smb_sm_lookup() 207 if (shspec == NULL) in smb_sm_lookup() 209 error = smb_share_create(vcp, shspec, scred, &ssp); in smb_sm_lookup() 742 smb_share_create(struct smb_vc *vcp, struct smb_sharespec *shspec, in smb_share_create() argument 748 uid_t uid = shspec->owner; in smb_share_create() [all …]
|
H A D | smb_conn.h | 326 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,
|
H A D | smb_usr.c | 186 struct smb_sharespec shspec; in smb_usr_openshare() local 189 error = smb_usr_share2spec(dp, &shspec); in smb_usr_openshare() 192 error = smb_vc_lookupshare(vcp, &shspec, scred, &ssp); in smb_usr_openshare() 199 error = smb_share_create(vcp, &shspec, scred, &ssp); in smb_usr_openshare()
|