Lines Matching defs:smb_vc_info
148 struct smb_vc_info { struct
149 int itype;
150 int usecount;
151 uid_t uid; /* user id of connection */
152 gid_t gid; /* group of connection */
153 mode_t mode; /* access mode */
154 int flags;
155 enum smbiod_state iodstate;
156 struct smb_sopt sopt;
157 char srvname[SMB_MAXSRVNAMELEN];
158 char vcname[128];