Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/smb/
H A Dsmb_conn.h372 int smb_vc_access(struct smb_vc *vcp, struct smb_cred *scred, mode_t mode);
H A Dsmb_conn.c162 if (smb_vc_access(vcp, scred, vcspec->mode) != 0) in smb_sm_lookupint()
595 smb_vc_access(struct smb_vc *vcp, struct smb_cred *scred, mode_t mode) in smb_vc_access() function
H A Dsmb_rq.c93 error = smb_vc_access(rqp->sr_vc, scred, SMBM_EXEC); in smb_rq_init()