Lines Matching defs:smb_vc_info
132 struct smb_vc_info { struct
133 int itype;
134 int usecount;
135 uid_t uid; /* user id of connection */
136 gid_t gid; /* group of connection */
137 mode_t mode; /* access mode */
138 int flags;
139 enum smbiod_state iodstate;
140 struct smb_sopt sopt;
141 char srvname[SMB_MAXSRVNAMELEN + 1];
142 char vcname[128];