Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/smb/
H A Dsmb_conn.c166 error = smb_vc_lookupshare(vcp, shspec, scred, &vcspec->ssp); in smb_sm_lookupint()
640 smb_vc_lookupshare(struct smb_vc *vcp, struct smb_sharespec *dp, in smb_vc_lookupshare() function
752 error = smb_vc_lookupshare(vcp, shspec, scred, &ssp); in smb_share_create()
H A Dsmb_conn.h379 int smb_vc_lookupshare(struct smb_vc *vcp, struct smb_sharespec *shspec,
H A Dsmb_usr.c193 error = smb_vc_lookupshare(vcp, &shspec, scred, &ssp); in smb_usr_openshare()