Home
last modified time | relevance | path

Searched defs:smb_share_info (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netsmb/
H A Dsmb_conn.h145 struct smb_share_info { struct
146 int itype;
147 int usecount;
148 u_short tid; /* TID */
149 int type; /* share type */
150 uid_t uid; /* user id of connection */
151 gid_t gid; /* group of connection */
152 mode_t mode; /* access mode */
153 int flags;
154 char sname[128];