Home
last modified time | relevance | path

Searched refs:vc_mode (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/netproto/smb/
H A Dsmb_conn.c159 (vcspec->mode & SMBM_MASK) != vcp->vc_mode) in smb_sm_lookupint()
444 vcp->vc_mode = vcspec->rights & SMBM_MASK; in smb_vc_create()
604 return (vcp->vc_mode & mode) == mode ? 0 : EACCES; in smb_vc_access()
704 vip->mode = vcp->vc_mode; in smb_vc_getinfo()
H A Dsmb_conn.h263 mode_t vc_mode; /* access mode */ member