Searched defs:smb_share_info (Results 1 – 1 of 1) sorted by relevance
147 struct smb_share_info { struct148 int itype;149 int usecount;150 u_short tid; /* TID */151 int type; /* share type */152 uid_t uid; /* user id of connection */153 gid_t gid; /* group of connection */154 mode_t mode; /* access mode */155 int flags;156 char sname[128];