Searched defs:smb_vc_info (Results 1 – 1 of 1) sorted by relevance
148 struct smb_vc_info { struct149 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];[all …]