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