Searched defs:smbioc_oshare (Results 1 – 1 of 1) sorted by relevance
85 struct smbioc_oshare { struct86 int ioc_opt;87 int ioc_stype; /* share type */88 char ioc_share[SMB_MAXSHARENAMELEN + 1];89 char ioc_password[SMB_MAXPASSWORDLEN + 1];90 uid_t ioc_owner; /* proposed owner of share */91 gid_t ioc_group; /* proposed group of share */92 mode_t ioc_mode; /* desired access mode to share */93 mode_t ioc_rights; /* SMBM_* */