Searched refs:ct_sh (Results 1 – 4 of 4) sorted by relevance
90 ctx->ct_sh.ioc_opt = SMBVOPT_CREATE; in smb_ctx_init()91 ctx->ct_sh.ioc_owner = SMBM_ANY_OWNER; in smb_ctx_init()92 ctx->ct_sh.ioc_group = SMBM_ANY_GROUP; in smb_ctx_init()93 ctx->ct_sh.ioc_mode = SMBM_EXEC; in smb_ctx_init()94 ctx->ct_sh.ioc_rights = SMBM_DEFAULT; in smb_ctx_init()95 ctx->ct_sh.ioc_owner = SMBM_ANY_OWNER; in smb_ctx_init()96 ctx->ct_sh.ioc_group = SMBM_ANY_GROUP; in smb_ctx_init()358 strcpy(ctx->ct_sh.ioc_password, ctx->ct_ssn.ioc_password); in smb_ctx_setpassword()369 nls_str_upper(ctx->ct_sh.ioc_share, share); in smb_ctx_setshare()372 ctx->ct_sh.ioc_stype = stype; in smb_ctx_setshare()[all …]
259 ctx->ct_ssn.ioc_owner = ctx->ct_sh.ioc_owner = 0; /* root */ in main()260 ctx->ct_ssn.ioc_group = ctx->ct_sh.ioc_group = gid; in main()267 ctx->ct_sh.ioc_rights |= opt; in main()
116 level == SMBL_SHARE ? ctx->ct_sh.ioc_share : ""); in cmd_login()152 ctx->ct_sh.ioc_opt &= ~SMBSOPT_CREATE; in cmd_logout()
111 struct smbioc_oshare ct_sh; member