share_string_option  155 source4/ntvfs/cifs/vfs_cifs.c 	host = share_string_option(scfg, CIFS_SERVER, NULL);
share_string_option  156 source4/ntvfs/cifs/vfs_cifs.c 	user = share_string_option(scfg, CIFS_USER, NULL);
share_string_option  157 source4/ntvfs/cifs/vfs_cifs.c 	pass = share_string_option(scfg, CIFS_PASSWORD, NULL);
share_string_option  158 source4/ntvfs/cifs/vfs_cifs.c 	domain = share_string_option(scfg, CIFS_DOMAIN, NULL);
share_string_option  159 source4/ntvfs/cifs/vfs_cifs.c 	remote_share = share_string_option(scfg, CIFS_SHARE, NULL);
share_string_option   61 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	p->connectpath = talloc_strdup(p, share_string_option(scfg, SHARE_PATH, ""));
share_string_option   73 source4/ntvfs/ipc/rap_server.c 		r->out.info[i].info1.comment = talloc_strdup(mem_ctx, share_string_option(scfg, SHARE_COMMENT, ""));
share_string_option  110 source4/ntvfs/posix/vfs_posix.c 	eadb = share_string_option(scfg, PVFS_EADB, NULL);
share_string_option  139 source4/ntvfs/posix/vfs_posix.c 	pvfs->acl_ops = pvfs_acl_backend_byname(share_string_option(scfg, PVFS_ACL, "xattr"));
share_string_option  189 source4/ntvfs/posix/vfs_posix.c 	base_directory = talloc_strdup(pvfs, share_string_option(ntvfs->ctx->config, SHARE_PATH, ""));
share_string_option   60 source4/ntvfs/simple/vfs_simple.c 	p->connectpath = talloc_strdup(p, share_string_option(scfg, SHARE_PATH, ""));
share_string_option  173 source4/ntvfs/smb2/vfs_smb2.c 	host = share_string_option(scfg, SMB2_SERVER, NULL);
share_string_option  174 source4/ntvfs/smb2/vfs_smb2.c 	user = share_string_option(scfg, SMB2_USER, NULL);
share_string_option  175 source4/ntvfs/smb2/vfs_smb2.c 	pass = share_string_option(scfg, SMB2_PASSWORD, NULL);
share_string_option  176 source4/ntvfs/smb2/vfs_smb2.c 	domain = share_string_option(scfg, SMB2_DOMAIN, NULL);
share_string_option  177 source4/ntvfs/smb2/vfs_smb2.c 	remote_share = share_string_option(scfg, SMB2_SHARE, NULL);
share_string_option   68 source4/ntvfs/sysdep/sys_lease.c 	bname = share_string_option(scfg, LEASE_BACKEND, NULL);
share_string_option   64 source4/ntvfs/sysdep/sys_notify.c 	bname = share_string_option(scfg, NOTIFY_BACKEND, NULL);
share_string_option   63 source4/rpc_server/common/share_info.c 	sharetype = share_string_option(scfg, SHARE_TYPE, SHARE_TYPE_DEFAULT);
share_string_option   85 source4/rpc_server/common/share_info.c 	sharetype = share_string_option(scfg, SHARE_TYPE, SHARE_TYPE_DEFAULT);
share_string_option   91 source4/rpc_server/common/share_info.c 	p = talloc_strdup(mem_ctx, share_string_option(scfg, SHARE_PATH, ""));
share_string_option  645 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		info->info1->comment	= talloc_strdup(mem_ctx, share_string_option(scfg, SHARE_COMMENT, ""));
share_string_option  655 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		info->info2->comment		= talloc_strdup(mem_ctx, share_string_option(scfg, SHARE_COMMENT, ""));
share_string_option  662 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		info->info2->password		= talloc_strdup(mem_ctx, share_string_option(scfg, SHARE_PASSWORD, NULL));
share_string_option  671 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		info->info501->comment		= talloc_strdup(mem_ctx, share_string_option(scfg, SHARE_COMMENT, ""));
share_string_option  682 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		info->info502->comment		= talloc_strdup(mem_ctx, share_string_option(scfg, SHARE_COMMENT, ""));
share_string_option  689 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		info->info502->password		= talloc_strdup(mem_ctx, share_string_option(scfg, SHARE_PASSWORD, NULL));
share_string_option 1426 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		path = share_string_option(scfg, SHARE_PATH, NULL);
share_string_option 1430 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 			type = share_string_option(scfg, SHARE_TYPE, NULL);
share_string_option   86 source4/rpc_server/srvsvc/srvsvc_ntvfs.c 	sharetype = share_string_option(scfg, SHARE_TYPE, SHARE_TYPE_DEFAULT);
share_string_option  156 source4/smb_server/smb/service.c 	sharetype = share_string_option(scfg, "type", "DISK");
share_string_option  271 source4/smb_server/smb2/tcon.c 	sharetype = share_string_option(scfg, SHARE_TYPE, "DISK");