Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netsmb/
Dsmb_conn.c113 smb_sm_lookupint(struct smb_vcspec *vcspec, struct smb_sharespec *shspec, in smb_sm_lookupint() argument
121 vcspec->shspec = shspec; in smb_sm_lookupint()
152 if (shspec) { in smb_sm_lookupint()
153 error = (int)smb_vc_lookupshare(vcp, shspec, scred, in smb_sm_lookupint()
173 smb_sm_lookup(struct smb_vcspec *vcspec, struct smb_sharespec *shspec, in smb_sm_lookup() argument
185 error = smb_sm_lookupint(vcspec, shspec, scred, vcpp); in smb_sm_lookup()
199 if (shspec == NULL) in smb_sm_lookup()
201 error = smb_share_create(vcp, shspec, scred, &ssp); in smb_sm_lookup()
711 smb_share_create(struct smb_vc *vcp, struct smb_sharespec *shspec, in smb_share_create() argument
717 uid_t uid = shspec->owner; in smb_share_create()
[all …]
Dsmb_conn.h328 struct smb_sharespec *shspec; member
356 struct smb_sharespec *shspec, struct smb_cred *scred,
382 int smb_vc_lookupshare(struct smb_vc *vcp, struct smb_sharespec *shspec,
390 int smb_share_create(struct smb_vc *vcp, struct smb_sharespec *shspec,
Dsmb_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()