Home
last modified time | relevance | path

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

/freebsd/sys/netsmb/
H A Dsmb_conn.c154 vcp->vc_mode) in smb_sm_lookupint()
415 vcp->vc_mode = vcspec->rights & SMBM_MASK; in smb_vc_create()
610 return (vcp->vc_mode & mode) == mode ? 0 : EACCES; in smb_vc_access()
712 vip->mode = vcp->vc_mode; in smb_vc_getinfo()
H A Dsmb_conn.h251 mode_t vc_mode; /* access mode */ member